.text-section {
    padding: var(--section-padding-desktop);
}

.text-section__header {
    margin-bottom: 48px;
}

.text-section__label {
    display: inline-block;
    margin-bottom: 12px;
}

.text-section__title {
    margin-bottom: 16px;
}

.text-section__description {
    margin-bottom: 0;
}

.text-section__content {
    max-width: 800px;
}

.text-section__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .text-section {
        padding: var(--section-padding-mobile);
    }
}
