/* @group Contact Form
------------------------------------ */
.contact-form-with-map .row {
    max-width: 163.1rem!important;
}
.contact-form-with-map .info-contact {
    margin: 0 0 3rem;
}
.contact-form-with-map .first-column p {
    color: var(--blue, #2F4B63);
    font-family: var(--font-primary, "filson-pro");
    font-style: normal;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.04em;
}
.contact-form-with-map .first-column p strong {
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
}
.contact-form-with-map .single-map-container {
    height: 50rem;
    margin: 0 0 11.4rem;
}
.contact-form-with-map .single-map {
    width: 100%;
    height: 100%;
}
@media only screen
and (min-width : 961px) {
    .contact-form-with-map .row {
        padding: 8.3rem 9.7rem 6.6rem;
        border-radius: 27px;
        border: 2px solid var(--orange, #EFA35F);
    }
    .contact-form-with-map .form-container {
        padding: 6.2rem 7.3rem 0 9.5rem;
    }
    .contact-form-with-map .info-contact {
        margin: 0 0 5.5rem;
    }
    .contact-form-with-map .first-column p {
        font-size: 2rem;
        line-height: 170%;
    }
    .contact-form-with-map .single-map-container {
        height: 53.1rem;
        margin: 0;
    }

}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .contact-form-with-map .last-column h2 {
        text-align: center;
        margin: 0 0 7.4rem;
    }
}

/* @end */

body.wp-admin .contact-form-with-map .form-container {
    padding: 6.2rem 0 9.5rem;
}
