.layout-contact_form .gallery-item {
    max-height: 400px;
}
/* theContent */
.layout-contact_form .theContent h1,
.layout-contact_form .theContent h2,
.layout-contact_form .theContent h3,
.layout-contact_form .theContent h4,
.layout-contact_form .theContent h5,
.layout-contact_form .theContent h6,
.layout-contact_form .theContent p {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 0.4464)); /* 14 - 16 */
    line-height: 157%;
}
@media(min-width: 768px) {
    .layout-contact_form .theContent h1,
    .layout-contact_form .theContent h2,
    .layout-contact_form .theContent h3,
    .layout-contact_form .theContent h4,
    .layout-contact_form .theContent h5,
    .layout-contact_form .theContent h6,
    .layout-contact_form .theContent p {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.1096)); /* 16 - 17 */
        line-height: 146%;
    }
}
@media(min-width: 1680px) {
    .layout-contact_form .theContent h1,
    .layout-contact_form .theContent h2,
    .layout-contact_form .theContent h3,
    .layout-contact_form .theContent h4,
    .layout-contact_form .theContent h5,
    .layout-contact_form .theContent h6,
    .layout-contact_form .theContent p {
        font-size: 1.0625rem; /* 17 */
        line-height: 147%;
    }
}