.banner-section {
    width: 100%;
}
.banner-section .banner-container {
    width: 100%;
    position: relative;
}
.banner-container .banner-img {
    width: 100%;
}
.banner-container .banner-text {
    position: absolute;
    left: 16vw;
    bottom: 3.5vw;
    height: 11.4rem;
    max-height: 203px;
}

@media (max-width: 991px) {

    .banner-container .banner-text {
        height: 40% !important;
    }
}
