/* About + Contact spacing and anchor alignment fixes */
.about-values-section {
    padding-bottom: 34px !important;
}

.about-story-section {
    padding-top: 32px !important;
}

.about-story-section .prose > h2:first-child {
    margin-top: 0;
}

.contact-main-section {
    scroll-margin-top: 104px;
    padding-top: 28px !important;
    padding-bottom: 56px !important;
}

.contact-main-grid {
    align-items: center;
}

.contact-form-card {
    padding: 32px;
}

.contact-form-card > h2 {
    margin: 0 0 24px;
    line-height: 1.2;
}

.contact-form-card .form-grid {
    align-items: start;
}

@media (max-width: 900px) {
    .about-values-section {
        padding-bottom: 28px !important;
    }

    .about-story-section {
        padding-top: 28px !important;
    }

    .contact-main-section {
        scroll-margin-top: 96px;
        padding-top: 24px !important;
        padding-bottom: 46px !important;
    }

    .contact-form-card {
        padding: 26px;
    }
}

@media (max-width: 600px) {
    .about-values-section {
        padding-bottom: 22px !important;
    }

    .about-story-section {
        padding-top: 22px !important;
    }

    .contact-main-section {
        scroll-margin-top: 88px;
        padding-top: 20px !important;
        padding-bottom: 38px !important;
    }

    .contact-form-card {
        padding: 22px;
    }
}
