.contact {}

.contact__heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
}

@media screen and (min-width: 960px) {
    .contact__heading {
        font-size: 48px;
        line-height: 120%;
    }
}

.contact__fields-wrapper {
    margin-top: 24px;
}

@media screen and (min-width: 960px) {
    .contact__fields-wrapper {
        margin-top: 32px;
        max-width: 780px;
    }
}

.contact__field {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact__field:not(:first-child) {
    margin-top: 24px;
}

.contact__label {
    margin-bottom: 10px;
}

.contact .captcha {
    margin-top: 24px;
}

.contact__buttons {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 560px) {
    .contact__buttons {
        flex-direction: row;
    }
}

.contact__button {
    margin-bottom: 18px;
    width: 100%;
}

@media screen and (min-width: 560px) {
    .contact__button {
        margin: 0 46px 0 0;
        width: fit-content;
    }
}

.contact__link {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.contact__info {
    margin-top: 10px;

    font-size: 16px;
    line-height: 130%;
}