#contact-us h3 {
    font-family: Doyle;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #11420A;
    margin-bottom: 24px;
    margin-top: 35px;
}

#contact-us p {
    font-family: 'HafferXH';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #6A6C6A;
    margin-bottom: 1.5rem;
}

#contact-us a {
    text-decoration: underline;
}

#contact-us .contact-us-form .wrap-first-last-name .ginput_container {
    flex-direction: column;
    align-items: start;
    gap: 14px;
}

#contact-us .contact-us-form .wrap-first-last-name .ginput_container span {
    padding-left: 0;
    padding-right: 0;
}

#contact-us .contact-us-form .gform-field-label {
    font-family: "HafferXH";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #6A6C6A;
    margin-bottom: 8px;
}

#contact-us .contact-us-form .gfield_required {
    display: none;
}

#contact-us .contact-us-form .gform-grid-col {
    width: 100%;
}

#contact-us .contact-us-form input[type="text"],
#contact-us .contact-us-form input[type="email"],
#contact-us .contact-us-form input[type="tel"],
#contact-us .contact-us-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #C4C4C4;
    font-family: 'HafferXH';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #6A6C6A;
}

#contact-us .contact-us-form input:focus,
#contact-us .contact-us-form textarea:focus {
    border: 2px solid #11420A;
    outline: none;
}

#contact-us .contact-us-form textarea {
    height: 126px;
}

#contact-us .contact-us-form .ginput_counter {
    display: none;
}

#contact-us .contact-us-form input.gform_button {
    background-color: #11420A;
    color: #ffffff;
    font-family: 'HafferXH';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    outline: none;
    border: none;
}

#contact-us .contact-us-form .gform_footer {
    position: relative;
}

#contact-us .contact-us-form input.gform_button:hover {
    color: #F4EEE0;
}

#contact-us .contact-us-form input.gform_button.disabled-btn {
    background-color: #ededed;
    cursor: not-allowed;
    color: #A6A6A6;
}

#contact-us .contact-us-form .gform_ajax_spinner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    #contact-us h3 {
        text-align: center;
        font-size: 44px;
    }
    #contact-us .contact-us__left p{
        text-align: center !important;
    }
}