.homeCertificationsWrap{margin-bottom: 30px;margin-top: 30px;}
.certificationImg{padding: 60px;}
.certificationText{padding: 60px;}

.isoLogoParent{margin-top: 30px;}
.isoLogoParent p{font: normal normal normal 55px/75px Jost;color: #1D3056;text-align: center;margin-top: 30px;margin-bottom: 60px;}


.certificateLists ul{display: grid;grid-template-columns: repeat(4,1fr);gap:15px;margin-block: 90px;}
.certificateLists ul a{display: block;overflow: hidden;}
.certificateLists ul a img{transition: 300ms;}
.certificateLists ul a:hover img{transform: scale(1.02);}
.certificateLists ul h3{text-align: center;margin-top: 12px;font-size: 16px;color: #1D3056;}

@media(max-width:768px){
    .certificationImg{padding: 15px;}
    .certificationText{padding: 15px;}
    .flexRow{gap:0px}
    .homeCertificationsWrap{margin-top: 0px;}

    .isoLogoParent p{font: normal normal normal 19px/25px Jost;}

    .certificateLists ul{grid-template-columns: repeat(2,1fr);}
}