@media screen and (max-width : 767px) {
    
    
    section.faq-banner {
       padding: 80px 0px;     
    }
    
    .banner-description h1 {
        font-size: 35px;
    }
    
    .banner-description p {
        font-size: 20px;
        line-height: 30px;
    }
}