.content{
	width: 100%;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.content img{
	margin: 0px auto;
}

.content1 img{
	border-radius: 10px;
	border: 5px solid #9c6;
	padding: 5px;  
	opacity: 0.9; 
	
}
.content1 img:hover{
	border: 5px solid #088ac6;
	opacity: 8;
	
}
.content1 h2{
	font-family: times of new roman;
	font-size: 18px;
	color: #088ac6;
	text-align: center;
}
.content h2{
	font-family: times of new roman;
	font-size: 15px;
	color: #088ac6;
	text-align: center;
	margin-top: 20px;
}
.content p{
	font-family: times of new roman;
	font-size: 17px;
	color: #575656;
	text-align: center;
	
}
.content1 p{
	font-family: times of new roman;
	font-size: 17px;
	color: #575656;
	text-align: center;
	
}
.sol:hover{
	color: #9c6;
}



@media(min-width: 1280px){
	.content h2{
		font-size: 25px;
	}
}