.webform-section-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.webform-flexbox {
    margin: 32px -16px;
}

.webform-flex--container {
    margin: 0 16px;
}

.webform-options-display-side-by-side .form-item {
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .webform-section-title {
        margin-bottom: 36px;
        text-align: center;
    }

    .webform-flexbox {
        margin-block: 26px;
    }
}
