.banners-img-with-text-new .banners-img-with-text-list__item {
    height: 226px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banners-img-with-text-new .banners-img-with-text-list__item {
    border-radius: 20px;
}

.banners-img-with-text-new .banners-img-with-text-list__item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 55%;
    margin: 0 auto;
}

.banners-img-with-text-new .banners-img-with-text-list__item-title {
    color: #FFF;
    font-family: "Bw Surco";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.banners-img-with-text-new .maxwidth-theme {
    max-width: 1664px;
}

.banners-img-with-text-new .banners-img-with-text-list__item-link {
    display: block;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--theme-base-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    padding: 12px 16px;
}

@media screen and (max-width: 1599px) {
    .banners-img-with-text-new .banners-img-with-text-list__item-text {
        max-width: 65%;
    }
}

@media screen and (max-width: 1399px) {
    .banners-img-with-text-new .banners-img-with-text-list__item-text {
        max-width: 75%;
    }
}

@media screen and (max-width: 1199px) {
    .banners-img-with-text-new .banners-img-with-text-list__item {
        height: 147px;
    }

    .banners-img-with-text-new .banners-img-with-text-list__item-title {
        font-size: 36px;
    }

    .banners-img-with-text-new .banners-img-with-text-list__item-link {
        font-size: 20px;
    }

    .banners-img-with-text-new .banners-img-with-text-list__item-text {
        max-width: 65%;
    }
}

@media screen and (max-width: 991px) {
    .banners-img-with-text-new .banners-img-with-text-list__item-title {
        font-size: 30px;
    }

    .banners-img-with-text-new .banners-img-with-text-list__item-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .banners-img-with-text-new .banners-img-with-text-list__item-text {
        flex-direction: column;
        gap: 8px;
    }

    .banners-img-with-text-list__item-title {
        text-align: center;
    }

    .banners-img-with-text-new .banners-img-with-text-list__item {
        height: auto;
        padding: 16px 0;
    }

    .banners-img-with-text-new .banners-img-with-text-list__item-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    .banners-img-with-text-new .banners-img-with-text-list__item-title {
        font-size: 20px;
    }
}