.adv-banner {
    background: #F5F5F5;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.adv-banner__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.adv-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: top;
}

.adv-banner__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px 20px;
}

.adv-banner__subtitle {
    font-size: 21px;
    line-height: 23px;
    font-weight: 700;
}

.adv-banner__content {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}

.adv-banner__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    color: #000;
    word-break: break-word;
    text-transform: uppercase;
}

.adv-banner__btn {
    width: 100%;
}


@media screen and (min-width: 1500px) {
    .adv-banner__main {
        padding: 0 30px 40px;
    }
    .adv-banner__title {
        font-size: 36px;
        line-height: 40px;
        padding: 0 10px;
    }
    .adv-banner__footer {
        padding: 0 10px;
    }
}