section.contact-form-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 74 148 / 80%);
    z-index: 1;
    background-attachment: fixed;
    padding: 50px 0;
    margin: 0;
}

section.contact-form-section:before {
    content: "";
    position: absolute;
    background: rgb(0 74 148 / 80%);
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.contact-form-section .section-title * {
    color: var(--white);
}

.contact-form-main {
    max-width: 680px;
    margin: 0 auto;
}

.contact-form-main .wpcf7 form .wpcf7-response-output {
    color: var(--white);
    font-weight: 400;
}

.contact-map iframe {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 767px) {
    section.contact-form-section {
        padding: 40px 0;
    }
}