
/*Certification*/
.aboutus-title{ font-size: 20px;font-weight: 600;color: #0681be; position: relative;padding: 20px 0 20px 40px;}
.aboutus-title::before{ content: "";width: 20px;height: 20px;background: #31be77;position: absolute;left: 0;top: 25px; }

.certification-section{padding: 20px 0;}
.certification-section ul{padding: 0; display: flex; flex-wrap: wrap;}
.certification-section ul li{ list-style: none; width: 33%; padding: 0 10px;margin-bottom: 30px;}

@media screen and (max-width: 768px) {
    .certification-section ul li{  width: 50%; }
}
@media all and (max-width: 414px) {
	.certification-section ul li{  width: 100%; }	
}
