section.title {
    color: white;
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

section.contact {
    div.card {
        max-width: 600px;
        margin: 0 auto;
    }

    &.thank-you, &.oops {
        div.card {
            text-align: center;

            p:not(:first-of-type) {
                margin-top: 22px;
            }
        }
    }

    &.new {
        h2, p {
            text-align: center;
        }

        p:not(:first-of-type) {
            margin-top: 22px;
        }

        form {
            margin-top: 22px;

            button {
                margin-left: auto;
                margin-right: auto;
            }
        }
    }
}