.section.main-banner {
    margin-top: 44px;
}

.section.main-banner div.swiper-navigation {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: calc(100% - 50px);
}

.section.main-banner .main-banner__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F2F3F5;
    background-color: var(--dark-white-color, #F2F3F5);
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    overflow: hidden;
}

.section.main-banner .main-banner__img {
    margin-left: auto;
    width: 100%;
}

.section.main-banner .main-banner__img img {
    width: 100%;
    height: 339px;
    object-fit: cover;
    vertical-align: middle;
}

.section.main-banner .main-banner__wrapper-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
}

.section.main-banner .main-banner__title {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Raleway";
    font-family: var(--secondary-font-family, "Raleway");
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.6px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.section.main-banner .main-banner__description {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    opacity: 0.6;
}

.section.main-banner .main-banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1580px) {
    .section.main-banner .main-banner__wrapper-text {
        width: 360px;
    }
}


@media (max-width: 1024px) {
    .section.main-banner .main-banner__img img {
        width: 100%;
        height: 200px;
    }

    .section.main-banner .main-banner__title {
        font-size: 18px;
        line-height: 25px;
    }

    .section.main-banner .main-banner__wrapper-text {
        gap: 0;
    }
}

@media (max-width: 992px) {
    .section.main-banner .main-banner__wrapper-text {
        width: 315px;
    }
}

@media (max-width: 768px) {
    .section.main-banner div.swiper-pagination {
        gap: 0;
    }

    .section.main-banner div.swiper-pagination span.swiper-pagination-bullet {
        height: 1px;
    }

    .section.main-banner {
        margin-top: 15px;
    }

    .section.main-banner .main-banner__img {
        width: 100%;
        height: 150px;
    }

    .section.main-banner .main-banner__title,
    .section.main-banner .main-banner__description {
        font-size: 12px;
        line-height: 15.6px;
    }

    .section.main-banner .main-banner__wrapper-text {
        width: 135px;
        left: 16px;
    }
}

@media (max-width: 480px) {
    .section.main-banner .main-banner__img {
        width: 100%;
        height: 137px;
    }
}