.certificate-item{
display: block;
text-align: center;
padding: 0.8rem 0;
}
.col-lg-4:nth-child(n + 4) .certificate-item{
margin-top: 2.4rem;
}
.certificate-img{
height: 40.1rem;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.certificate-img img{
max-width: 100%;
max-height: 100%;
}
.certificate-head *{
font-size: 1.2rem !important;
margin: 0 !important;
line-height: 1.8rem !important;
font-weight: 500;
}
@media(min-width:768px) and (max-width:991.98px){
.certificate-img {
height: 30.4rem;
}
}
@media(max-width:767.98px){
.certificate-img{
height: auto;
}
.col-lg-4:nth-child(n + 2) .certificate-item{
margin-top: 2.4rem;
}
}