.form-section  .section-content {
    max-width: 120ch;
}

.form-section .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 0;
    row-gap: 0;
    margin-bottom: var(--spacing-default);
}

.form-section .content h2 {
    text-align: center;
    max-width: 50ch;
    font-size: var(--font-size-h2);
}

.form-section .content .text-wrapper {
    max-width: 80ch;
}

.form-section .form {
    padding: var(--spacing-default);
    background: var(--white);
    border-radius: var(--border-radius-small);
}

.form-section .form h3 {
    font-size: var(--font-size-large);
}