.contactTitleRow {
    margin-top: 20vh;
    padding: 0 11%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contactTitleLeft :is(p, h2) {
    margin: 0;
    font-family: 'Playfair Display';
    color: rgb(1, 68, 33);
    font-weight: 600;
    font-size: 2.5em;
    line-height: 100%;
}

.contactTitleLeft p {
    font-size: 0.8em;
    margin-bottom: 7px;
}

.contactTitleSeparator {
    width: 50px;
    height: 3px;
    background-color: rgb(1, 68, 33);
    border-radius: 40px;
    margin-top: 10px;
}

.contactTitleRight p {
    margin: 0;
    font-family: 'Roboto';
    color: rgb(1, 68, 33);
    font-weight: 400;
    font-size: 0.9em;
    width: 100%;
    text-align: right;
}

.contactContentRow {
    padding: 0 11%;
    display: flex;
    flex-direction: row;
    margin-bottom: 90px;
}

.contactContentForm {
    flex: 1;
    min-width: 0;
    margin-right: 40px;
    background-color: rgb(242, 242, 242);
    padding: 30px 80px;
    box-sizing: border-box;
    border-radius: 40px;
    position: relative;
}

.contactContentImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.contactContentImg {
    width: 450px;
    height: auto;
}

.contactTitleRight {
    width: 450px;
}

.contactContentForm form .forminator-row #textarea-1 .forminator-description > span {
    display: none;
}

.contactContentForm form .forminator-row #consent-1 .forminator-consent__label p {
    font-weight: 600;
    font-family: 'Playfair Display';
    font-size: 0.9em;
}

.contactContentForm form .forminator-row #consent-1 .forminator-consent__label p a {
    color: rgb(1, 68, 33);
    text-decoration: none;
    cursor: pointer;
}

.contactContentForm form .forminator-row * {
    font-family: 'Playfair Display' !important;
}

.contactContentForm form .forminator-row.forminator-row-last button {
    border-radius: 40px !important;
    font-size: 0.8em !important;
}

.contactContentForm form .forminator-row.forminator-row-last {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(calc(-100% - 50px), calc(-100% - 60px));
}

.contactContentForm form .forminator-row #consent-1.forminator-col .forminator-field {
    width: 70%;
}

span.recaptcha {
    color: rgba(1, 68, 33, 0.9);
    font-size: 0.7em;
    display: block;
    transform: translateY(-50%);
}

div.grecaptcha-badge {
    visibility: hidden;
}

@media only screen and (max-width: 1600px) {
    .contactContentForm {
        padding: 30px 40px;
    }
    .contactContentForm form .forminator-row.forminator-row-last {
        transform: translate(calc(-100% - 10px), calc(-100% - 60px));
    }
}

@media only screen and (max-width: 1200px) {
    .contactContentRow, .contactTitleRow {
        padding: 0 5.6%;
    }
    .contactContentImg {
        width: 350px;
    } 
}

@media only screen and (max-width: 1000px) {
    .contactTitleRow {
        flex-direction: column;
        align-items: center;
    }
    .contactTitleSeparator {
        margin: 0 auto;
        margin-top: 10px;
    }
    .contactTitleLeft, .contactTitleRight {
        text-align: center;
        width: 100%;
    }
    .contactTitleLeft {
        margin-bottom: 20px;
    }
    .contactTitleRight p {
        width: 400px;
        margin: 0 auto;
        text-align: center;
    }
    .contactContentRow, .contactTitleRow {
        padding: 0 3%;
    }
    .contactContentRow {
        flex-direction: column;
    }
    .contactContentForm {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .contactContentImg {
        width: 100%;
    }
}

@media only screen and (max-width: 782px) {
    .contactContentForm form .forminator-row.forminator-row-last {
        transform: translate(calc(-100% - 40px), calc(-100% - 60px));
    }
}

@media only screen and (max-width: 600px) {
    .contactContentForm {
        padding: 30px 25px;
    }
    .contactContentForm form .forminator-row #consent-1.forminator-col .forminator-field {
        width: 100%;
    }
    .contactContentForm form .forminator-row.forminator-row-last {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
    }
    .contactContentForm form .forminator-row.forminator-row-last .forminator-field {
        display: flex;
    }
    .contactContentForm form .forminator-row.forminator-row-last button {
        border-radius: 40px !important;
        font-size: 0.8em !important;
        width: 100px !important;
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 500px) {
    .contactTitleRight p {
        width: 300px;
    }
}