h2 {
    margin: 0px;
    margin-bottom: 32px;
}
.offer-wrapper {
    margin-top: 74px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}


.more-btn__wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 48px;
}
.more-btn__wrapper .more-btn {
    background: transparent;
    font-size: 18px;
}

.wysiwyg-content {
    font-size: 18px;
    line-height: 40px;
    color: var(--second-text-color);
}

@media (max-width: 991px){
    .container.divider {
        margin-top: 104px;
    }
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .offer-wrapper {
        margin-top: 40px;
        gap: 40px;
    }
    .offer-wrapper h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .offer-content .wysiwyg-content {
        margin-top: 24px;
    }
    .wysiwyg-content {
        font-size: 14px;
        line-height: 20px;
    }
    .offer-content .wysiwyg-content p {
        margin: 8px 0px;
    }
    .more-btn__wrapper {
        margin-top: 24px;
    }
}