.content-hr h2{
	color: #0394dd;
	font-family: Georgia;
	text-align:center;
	font-size: 18px;
}
.content-hr p{
	color:black;
	font-family: Georgia;
	text-align:justify;
}






@media(min-width: 768px){
	.content-hr h2{
		font-size: 24px;
	}
	.content-hr p{
		font-size: 17px;
	}
}
@media(min-width: 1280px){
	.content-hr h2{
		font-size: 26px;
	}
	
}