.container:where(.astro-SGJOVBJ7s) {
    margin: 2rem;
    padding: 0 6.5rem;
    display: contents
}

.main-container:where(.astro-SGJOVBJ7) {
    max-width: 1250px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #e4e9ef;
    border-radius: 4px
}

.heading:where(.astro-SGJOVBJ7) h1:where(.astro-SGJOVBJ7) {
    font-size: 2.5rem;
    line-height: 3.75rem;
    font-weight: 700
}

.heading:where(.astro-SGJOVBJ7) p:where(.astro-SGJOVBJ7) {
    line-height: 1.5rem
}

.contact-form:where(.astro-SGJOVBJ7) {
    max-width: 800px;
    margin: 4rem auto
}

@media screen and (max-width:600px) {
    .heading:where(.astro-SGJOVBJ7) {
        text-align: center
    }

    .container:where(.astro-SGJOVBJ7s) {
        margin: 2rem .5rem;
        padding: 0;
        display: contents
    }
}
