/** 8.0 - 640 - Mobile **/
@media only screen and (min-width:640px) and (max-width:767px) {
    .section-title .about-h4{
        font-size: 10px;
    }
}


/** 9.0 - 480 - Mobile **/
@media only screen and (min-width:480px) and (max-width:639px) {
    .section-title .about-h4{
        font-size: 10px;
    }
}

/** 10.0 - 320 - Mobile **/

@media only screen and (min-width:320px) and (max-width:479px) {
}