.banner_slide_wrapper {
    height: 570px;
}

.banner_slide {
    height: 570px;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_slide_wrapper .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    bottom: 56px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.banner_slide_wrapper .owl-dot {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #ffffff !important;
}

.banner_slide_wrapper .owl-dot.active {
    width: 9px;
    height: 9px;
}

.banner_slide_wrapper .owl-dot + .owl-dot {
    margin-left: 13px;
}

.banner_slide_desk {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1px;
}

.banner_slide_desk-title {
    font-family: 'Montserrat SemiBold';
    color: #ffffff;
    font-size: 44px;
    line-height: 48px;
}

.banner_slide_desk-sub {
    color: #ffffff;
    margin-top: 30px;
    font-size: 20px;
    font-family: 'Montserrat Light';
    line-height: 1.15em;
}

.banner_slide_mob {
    display: none;
    margin-top: auto;
    flex-direction: column;
    max-height: 140px;
    height: 100%;
    padding: 15px 10px 0;
    z-index: 2;
}

.banner_slide_mob-title {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: 'Montserrat Bold';
}

.banner_slide_mob-sub {
    font-family: 'Montserrat Light';
    color: #fff;
    margin-top: 5px;
}

.banner_slide_desk_button {
    background-color: #dd1552;
    border-radius: 27px;
    padding: 20px 27px 20px 30px;
    margin-top: 48px;
    display: flex;
}

.banner_slide_desk_button-text {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Montserrat Bold';
}

.banner_img_wrapper {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.banner_slide_desk_button-arrow {
    margin-left: 27px;
}

@media screen and (max-width: 1024px) {
    .banner {
        position: relative;
    }

    .banner:after {
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px;
        position: absolute;
        background-color: #18181b;
    }

    .banner_slide_desk {
        display: none;
    }

    .banner_slide_mob {
        display: flex;
    }

    .banner_slide {
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .banner_slide_wrapper.container {
        width: 100%;
    }

    .banner_slide_wrapper .owl-dots {
        bottom: 15px;
    }

    .banner_img_wrapper {
        height: 310px;
        position: unset;
        right: unset;
        top: unset;
        transform: unset;
    }

    .banner_slide_wrapper {
        height: 450px;
    }

    .banner_slide {
        height: 450px;
    }

    .banner_slide .banner_img_wrapper img.banner_img {
        height: 100%;
        object-fit: cover;
    }

    .banner_slide br {
        display: none;
    }
}

