@media (min-width: 640px) {

    .main-banner__container{
        max-height: 500px;
    }

    .owl-height{
        max-height: 500px !important;
        border-radius: 8px !important;
    }

    .main-banner__item .additional-banner__text {
        max-width: 530px !important;
        padding: 30px 30px 15px 30px !important;
        border-radius: 8px;
        box-sizing: border-box;
        right: 40px !important;
        top: unset;
        /* bottom: 146px !important; */
        bottom: 210px !important;
        left: unset;
    }
}