.certificate-svg{
    width: 90%;  
} 
.section-body h4{
    font-size: 18px;
}
.section-body h3{
    font-size: 20px;
} 
@media screen and (max-width:940px) {
    .certificate-svg{
        width: 120px;  
    } 
    .section-body h4{
        font-size: 14px;
    }
    .section-body h3{
        font-size: 16px;
    } 
}