.get-in-touch {
    /* font-family: Poppins, sans-serif; */
    font-family: 'Gilroy-Medium', sans-serif;
    background-color: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #d3d3d3;
}
.get-in-touch .row {
    justify-content: space-between;
}
.get-in-touch h2 {
    font-family: 'Gilroy-Medium', sans-serif;
    color: #314252;
    font-family: inherit;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.2;
}

.get-in-touch p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: inherit;
}

.get-in-touch h5 {
    color: #314252;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.get-in-touch .connect_awards_main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.get-in-touch .connect_awards_main .connect_item_awards {
    display: flex;
    align-items: center;
    gap: 10px;
}

.get-in-touch .connect_item_awards h6 {
    color: #314252;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: inherit;
}

.get-in-touch .contact_info_web {
    margin-top: 30px;
}

.get-in-touch .contact_info_profile a {
    color: #314252;
    font-size: 15px;
    line-height: 26px;
    transition: .2s ease-in-out;
}

.get-in-touch .contact_info_profile a:hover {
    color: #f47a1f;
}

.get-in-touch .contact-form {
    background: #fff;
    box-shadow: 0 0 50px rgba(40, 36, 54, .05);
    padding: 50px 30px;
    max-width: 95%;
    margin-left: auto;
}

.get-in-touch .contact-form h3 {
    color: #314252;
    font-style: normal;
    margin-bottom: 20px;
}


.get-in-touch .contact-form form p {
    margin: 0;
}
.get-in-touch .contact-form p > span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}


.get-in-touch .contact-form input, .get-in-touch .contact-form textarea {
    display: block;
    border: unset;
    border-bottom: 2px solid #d3d3d3;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.get-in-touch .contact-form textarea{
    height: 100px;
}

.get-in-touch .contact-form input::placeholder, .get-in-touch .contact-form textarea::placeholder {
    color: #000;
}

.get-in-touch .contact-form input.wpcf7-submit {
    background: #fff;
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #f47a1f;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    display: block;
    font-size: 15px;
    height: 40px;
    margin: 30px 0 0;
    width: 150px;
    line-height: 1;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.get-in-touch .contact-form input.wpcf7-submit:hover {
    background-color: #f47a1f;
    color: #fff;
}

.get-in-touch .contact-form span.wpcf7-spinner {position: absolute;}
.get-in-touch .contact-form form p.privacy-content {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.get-in-touch .contact-form form p.privacy-content a {
    color: #f47a1f;
}

.get-in-touch .contact_info_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}