
.article_section h2{
	font-size:40px;
	margin-top:50px;
	margin-bottom:50px;
    color:#00a4ff;
    padding: 5px;
	font-family:open sans;
}
.article_section h3{
	font-size:20px;
	color:#0087ff;
	margin-top:50px;
	font-family:open sans;
}
.article_section p{
	font-size:17px;
	text-align:justify;
	color:#585656;
	font-family:open sans;
	margin-top:20px;
	
}
.article_section  span{
	font-family:bold;
	font-size:20px;
	color:black;
	font-family:open sans;
	
}


@media(max-width:768px){
	.article_section h2{
	font-size:20px;
	color:#1b4b7d;
	margin-top:20px;
	margin-bottom:20px;
	background-color: #00a4ff;
    color: white;
    padding: 2px;
	font-family:open sans;
}
.article_section h3{
	font-size:18px;
	color:#0087ff;
	margin-top:50px;
	font-family:open sans;
}
.article_section p{
	font-size:14px;
	text-align:justify;
	color:#6d6b6b;
	font-family:open sans;
	
}
.article_section  span{
	font-family:bold;
	font-size:15px;
	color:black;
	font-family:open sans;
}	
}