@media (max-width: 992px) and (min-width: 1200px){
    .banner-three-main-wrapper .texts-one {
    position: absolute;
    bottom: 16% !important;
    left: 9% !important;
    -webkit-text-stroke: 1.25px var(--color-gray);
    font-size: 75px !important;
}

.banner-three-main-wrapper .texts-two {
    position: absolute;
    bottom: 6% !important;
    left: 23% !important;
    font-size: 68px !important;
}


}