@media screen and (max-width: 1199px) {

    .top-banner {
        height: auto;
    }
    
    .top-banner .row {
        height: auto;
    }
    
    .mobile-image-area {
        display: none;
    }
    
    .top-banner h4 {
        font-size: 40px;
    }
    
    a.btn {
        padding: 7px 12px;
        font-size: 15px;
    }

}

@media screen and (max-width: 768px) {

  
}
