.content{
	margin-bottom: 20px;
}
.content h2{
	font-family: times of new roman;
	font-size:15px;
	color: #088ac6;
	margin-top: 15px;
	border-bottom: 1px solid #9c6;
}
.content p{
	font-family: times of new roman;
	font-size: 18px;
	color: #575656;
	text-align: justify;
}
.content1{
	width:100%;
	background-color: #9c6;
}
.content2{
	width: 100%;
	margin-top: 10px;
	background-color: #088ac6;
}
.content1 img{
	padding:15px 10px 15px 5px; 
	opacity: 6;
}
.content1 img:hover{
	opacity: 0.8;
}
.content2 img{
	opacity: 6;
	padding:15px 10px 15px 5px;
}
.content2 img:hover{
	opacity: 0.8;
}
.content1 h5{
	font-family: times of new roman;
	font-size: 18px;
	color: white;
	padding-top:10px;
	text-align: center;

}
.content2 h5{
	font-family: times of new roman;
	font-size: 18px;
	color: white;
	padding-top:10px;
	text-align: center;
}
.content1 p{
	font-family: times of new roman;
	font-size: 17px;
	color: black;
	text-align: justify;
	margin-top: -10px;
}
.content2 p{
	font-family: times of new roman;
	font-size: 17px;
	color: black;
	text-align: justify;
    margin-top: -10px;
}
.para h2{
	font-family: times of new roman;
	font-size: 20px;
	color: #088ac6;
}
.para p{
	font-family: times of new roman;
	font-size: 17px;
	color: #575656;
	text-align: justify;
	margin-top:-8px;
}
@media(min-width: 768px){
	.content2{
		float: right;
		width:48%;
		margin-top: 0px;
	}
	.content1{
		width:48%;
	}
	.content h2{
		font-size: 23px;
	}
}
@media(min-width: 992px){
   .content1 img{margin: 0px auto;}
   .content2 img{margin: 0px auto;}
}
@media(min-width: 1280px){
   .content1 img{float: left;}
   .content2 img{float: left;}
}