.block-preview-banner {
    padding-top: 0;
    padding-bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.preview-banner {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.preview-banner__content {
    width: 100%;
    max-width: 808px;
    padding: 60px 70px;
    background-color: var(--adv-white);
}
.preview-banner__title {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -.02em;
}
.preview-banner__description {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -.02em;
}
.preview-banner__description *:not(:last-child) {
    margin-bottom: 18px;
}
.preview-banner_accent {
    font-size: 18px;
    line-height: 110%;
    font-weight: 500;
    color: #9C9A8B;
    font-style: italic;
    letter-spacing: -.02em;
}
.preview-banner-event__button {
    margin-top: 46px;
}
@media (max-width: 767px) {
    .preview-banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .preview-banner__content {
        padding: 60px 30px;
    }
    .preview-banner__title {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .preview-banner__description {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .preview-banner__description *:not(:last-child) {
        margin-bottom: 10px;
    }
    .preview-banner_accent {
        font-size: 16px;
    }
    .preview-banner-event__button {
        margin-top: 30px;
        gap: 10px;
        font-size: 14px;
    }
}