@media (min-width: 992px) {
    #header-section {
        background: white top center no-repeat;
        background-size: contain;
        padding-top: 0px;
    }
    #banner-title{
        margin-top: 120px;
    }
}

@media (min-width: 1200px) {
    #header-section {
        background: white top center no-repeat;
        background-size: contain;
        padding-top: 0px;
    }
    #banner-title{
        margin-top: 120px;
    }
}