@charset "utf-8";
/* CSS Document */

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

body{
	background: #fff;
	margin: 0;
	padding: 0;
	FONT-FAMILY: Lato, Open Sans, Century Gothic;
	text-align: center;
	font-size: 14px;
	min-width:320px;
}

.general_continer{
    border: 1px solid;
    border-color: #d8d8d8;
		text-align: justify !important;
}

.general_title{
    color: #c10b62;
    padding: 0 20px 0 20px;
		
}

.general_img{
    float: left;
    margin-right: 30px;
}

.general_content{
		padding: 0 20px 0 20px;
    line-height: 30px;
}

.tabulated_data{
		padding-left: 35px;
		padding-right: 35px;
		padding-bottom: 10px;
    line-height: 25px;
}

.general_list{
		padding-left: 35px;
		padding-right: 35px;
		padding-bottom: 10px;
    line-height: 25px;
}

.col-container{
	display: table;
	width: 100%;
}

.col {
	display: table-cell;
	padding: 10px;
	width: 50%;
}

@media only screen and (max-width: 940px){
    .general_continer{
        border: 0px;
    }
		
		.general_list{
				margin:0;
				padding:0 20px 0 0;
		}

		.col-container{
			display: inline-block;
			width: 100%;
		}
	
		.col {
			display: inline-block;
			padding: 0px;
			width: 100%;
		}
}






