/* :root {
    --font-nunito: "Nunito", sans-serif;
    --font-numans: "Numans", sans-serif;
    --font-montserrat: "Montserrat", sans-serif;
    --text-body: #333;
    --primary-color: #831B24;
    --white: #fff;
    --light-gray: #F8F8F8;
    --light-yellow: rgba(227, 196, 131, 0.20);
    --black-alternate: #1C1C1C;
    --black: #000;
    --transition: all 400ms ease-in-out;
} */

.contact_section{
    position: relative;
}


/* .contact_inner_content *:not(.btn, .wpcf7-not-valid-tip){
    color: var(--white);
} 
.contact_left_content .heading_label{
    border-color: var(--white);
}
*/
.contact_inner_content{
    padding: 70px 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 30px;
    border: 1px solid rgba(28, 28, 28, 0.10);
    background: #FFF;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
}

.contact_left_content,
.contact_right_form{
    width: calc(50% - 15px);
}

.contact_left_content{
    max-width: 631px;
}
.text_content_top{
    max-width: 500px;
}

.contact_left_content p{
    opacity: 0.8;
    font-family: var(--font-numans);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.contact_right_form{
    max-width: 538px;
}



@media only screen and (max-width: 1350px) {

    .contact_inner_content {
        padding: 36px 60px;
    }
}

@media only screen and (max-width: 991px) {
    .text_content_top {
        max-width: 100%;
    }
    .page-id-225 .contact_inner_content,
    .contact_inner_content {
        flex-direction: column;
        padding: 25px;
    }
    .contact_left_content, .contact_right_form {
        width: 100%;
        max-width: 100%;
    }
    .contact_right_form {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact_left_content h2 br{
        display: none;
    }
    .contact_inner_content {
        border-radius: 20px;
        padding: 20px 15px;
    }
    .contact_left_content p {
        font-size: 15px;
        line-height: 24px;
    }
}
