@media screen and (min-width: 1600px) {
    /*.hero-section-2-img.bg-img, .hero-section-3-img.bg-img {*/
    /*    height: 645px;*/
    /*    overflow: hidden;*/
    /*}*/
}

@media screen and (max-width: 991px) {
    .page-header-first-row-rs {
        display: block !important;
    }
}
@media screen and (max-width: 480px) {
    .page-header-first-row{
        height: 80px !important;
    }
    /*.dropdown-media-text{*/
    /*    display: none !important;*/
    /*}*/
    .hero-section-2-text-large{
    font-size: 2.8rem !important;
}



}