.text-page {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .text-page {
        margin-bottom: 80px
    }
}

.text-page__head {
    margin-bottom: 20px
}

.text-page__title {
    color: var(--black)
}

.text-page__description {
    color: var(--black);
    font-size: var(--text-size);
    font-weight: var(--fw-normal);
    line-height: var(--lh-md);
    margin-top: 16px
}

@media (min-width: 1200px) {
    .text-page__head {
        margin-bottom: 40px
    }

    .text-page__description {
        font-size: var(--text-size-20);
        line-height: var(--lh-sm);
        margin-top: 32px
    }
}

.text-page__content {
    color: var(--black);
    font-size: var(--text-size);
    font-weight: var(--fw-normal);
    line-height: var(--lh-md)
}

.text-page__content p:not(:first-of-type) {
    margin-top: 24px
}

.text-page__btn-wrapper {
    margin-top: 24px
}

@media (min-width: 1200px) {
    .text-page__content {
        font-size: var(--text-size-20);
        line-height: var(--lh-sm)
    }

    .text-page__content p:not(:first-of-type) {
        margin-top: 26px
    }

    .text-page__btn-wrapper {
        margin-top: 40px
    }
}
