.image-text-contact-form {
    position: relative;
    background-color: var(--c-blue);
    padding: 60px 0;
    color: #fff;
}

.image-text-contact-form-bg {
    position: absolute;
    left: 0;
    top: 0;
    object-position: center center;
    opacity: 0.2;
    mix-blend-mode: soft-light;
}

.image-text-contact-form-overlay {
    position: relative;
    z-index: 2;
}

.image-text-contact-form:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    background: rgb(30,60,96);
    background: linear-gradient(0deg, rgba(30,60,96,0) 0%, rgba(30,60,96,1) 100%);
}

.image-text-contact-form-text h2 {
    color: #fff;
}

.image-text-contact-form-text {
    text-align: center;
}

.contact-form-area {
    padding: 24px;
}

.contact-form{
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 3px 20px rgba(30,60,96,0.16);
}

.contact-form-heading {
    text-align: center;
    color: var(--c-blue);
    font-size: 24px;
    font-weight: 700;
    padding: 17px 0;
    border-radius: 24px 24px 0 0;
    background-color: var(--c-light-blue);
}

.image-text-contact-form-img {
    position: relative;
    max-width: 331px;
    margin: 32px auto 0;
}

.image-text-contact-form-img img {
    margin-left: 10px;
}

.image-text-contact-form-col {
    position: absolute;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-color: rgba(255,255,255,0.9);
}

.image-text-contact-form-col h3 {
    font-size: 24px;
    color: var(--c-blue);
    font-weight: 700;
    margin: 0;
}

.image-text-contact-form-col h3 sub {
    font-size: 12px;
    bottom: 0;
}

.image-text-contact-form-col p {
    font-size: 8px;
    color: var(--c-blue);
    font-weight: 500;
    margin: 0 !important;
}

.image-text-contact-form-col:first-child {
    top: 31px;
    left: 0;
}

.image-text-contact-form-col:nth-child(2) {
    top: 131px;
    left: -12px;
}

.image-text-contact-form-col:last-child {
    top: 112px;
    right: -22px;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    font-weight: 700;
}

.privacy-wp {
    color: var(--c-blue);
}

@media(min-width: 768px) {
    .image-text-contact-form-img {
        max-width: 553px;
        margin: 42px auto 0;
    }

    .image-text-contact-form-img img {
        margin-left: 25px;
    }

    .image-text-contact-form-col h3 {
        font-size: 36px;    
    }

    .image-text-contact-form-text p {
        margin: 0 0 35px;
        font-size: 20px;
    }

    .image-text-contact-form-col p {
        font-size: 12px !important;
        padding-right: 0 !important;
    }

    .image-text-contact-form-col:first-child {
        top: 45px;
        left: 45px;
    }

    .image-text-contact-form-col:nth-child(2) {
        top: 197px;
        left: -11px;
    }

    .image-text-contact-form-col:last-child {
        top: 214px;
        right: 10px;
    }

    .image-text-contact-form {
        padding: 80px 0;
    }

    .contact-form-area {
        padding: 32px 26px;
    }

    .contact-form-heading {
        font-size: 28px;
        padding: 28px 0;
    }

    .image-text-contact-form-col h3 sub {
        font-size: 20px;
    }
}

@media(min-width: 1200px) {
    .image-text-contact-form-text {
        text-align: left;
    }

    .image-text-contact-form-img img {
        margin-left: 0;
    }

    .image-text-contact-form-col:first-child {
        top: 44px;
        left: 26px;
    }

    .image-text-contact-form-col:nth-child(2) {
        top: 197px;
        left: -35px;
    }

    .image-text-contact-form-col:last-child {
        top: 214px;
        right: 35px;
    }

    .image-text-contact-form-text p {
        padding-right: 34px;
    }

    .contact-form-area {
        padding: 32px 37px 26px 32px;
    }

    .contact-form-heading {
        font-size: 32px;
        padding: 28px 0;
    }

    .image-text-contact-form-text h2 {
        font-size: 44px;
    }

    .image-text-contact-form {
        padding: 100px 0;
    }

    .image-text-contact-form-img {
        margin: 32px auto 0;
    }

    .image-text-contact-form a:hover {
        color: var(--c-white);
    }
}