.b-contact .contact-hero {
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(
            347deg,
            #006246 -94.15%,
            #01b27f -11.76%,
            #00d799 11.08%,
            #00a273 48.95%,
            #004531 102.94%
        ),
        linear-gradient(
            259deg,
            #006246 -20.28%,
            #01b27f 28.99%,
            #00c28a 46.17%,
            #00a273 65.3%,
            #004531 97.58%
        ),
        linear-gradient(180deg, #00996d 0%, #008860 100%),
        linear-gradient(
            180deg,
            #003828 0%,
            rgba(0, 56, 40, 0.96) 20.74%,
            rgba(0, 56, 40, 0.96) 100%
        ),
        lightgray 50% / cover no-repeat;
    padding-top: 120px;
    margin-top: -110px;
}
@media (width <=1024px) {
    .b-contact .contact-hero {
        margin-top: -150px;
    }
}
@media (width <=480px) {
    .b-contact .contact-hero {
        margin-top: -160px;
    }
}
.b-contact .contact-hero .width-wrapper {
    display: flex;
    align-items: center;
    padding: 80px;
    gap: 120px;
}
@media (width <=768px) {
    .b-contact .contact-hero .width-wrapper {
        flex-direction: column;
        padding: 40px 24px;
        gap: 50px;
    }
}
.b-contact .contact-hero .width-wrapper .c-head {
    display: flex;
    flex-direction: column;
    gap: 21px;
    width: 80%;
}
@media (width <=800px) {
    .b-contact .contact-hero .width-wrapper .c-head {
        width: 100%;
    }
}
.b-contact .contact-hero .width-wrapper .c-head label {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 163.6%;
    letter-spacing: -0.51px;
    text-transform: uppercase;
}

.b-contact .contact-hero .width-wrapper .c-head h2 {
    margin: 0;
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    letter-spacing: -2.24px;
}
@media (width <=768px) {
    .b-contact .contact-hero .width-wrapper .c-head h2{
        font-size: 37px;
    }
}
.b-contact .contact-hero .width-wrapper p {
    width: 70%;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.36px;
    margin: 0;
}
@media (width <=800px) {
    .b-contact .contact-hero .width-wrapper p {
        width: 100%;
    }
}
.b-contact .contact-form {
    display: flex;
    justify-content: center;
    width: 100%;
}
.b-contact .contact-form .width-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 150px;
    padding: 90px 80px;
}
@media (width <=768px) {
    .b-contact .contact-form .width-wrapper {
        flex-direction: column;
        padding: 40px 24px;
        gap: 50px;
    }
}
.b-contact .contact-form .width-wrapper form {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.b-contact .contact-form .width-wrapper form h4 {
    color: #222524;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: -1.28px;
    margin: 0 0 47px 0;
}
.b-contact .contact-form .width-wrapper form .duo {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}
@media (width <=768px) {
    .b-contact .contact-form .width-wrapper form .duo {
        flex-direction: column;
    }
    .b-contact .contact-form .width-wrapper form h4 {
        margin: 0 0 30px 0;
    }
}
.b-contact .contact-form .width-wrapper form input,
.b-contact .contact-form .width-wrapper form textarea {
    width: 100%;
    padding: 12px 22px;
    border-radius: 12px;
    background: #f6f6f6;
    border: none;
}
.b-contact .contact-form .width-wrapper form input::placeholder,
.b-contact .contact-form .width-wrapper form textarea::placeholder {
    color: #646666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    font-family: "Plus Jakarta Sans";
}
.b-contact .contact-form .width-wrapper form textarea {
    resize: none;
    padding: 20px 22px;
}
.b-contact .contact-form .width-wrapper form button {
    margin-top: 35px;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    padding: 12px 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    border-radius: 9px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, #0a7858 0%, #02a878 100%);
}
.b-contact .contact-form .width-wrapper .details {
    width: 70%;
}
.b-contact .contact-form .width-wrapper .details .c-contact {
    margin-bottom: 22px;
}
.b-contact .contact-form .width-wrapper .details .c-contact h5 {
    color: #222524;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: -1.28px;
    margin: 0 0 20px 0;
}
.b-contact .contact-form .width-wrapper .details .c-contact strong {
    color: rgba(34, 37, 36, 0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;
}
.b-contact .contact-form .width-wrapper .details .c-contact p {
    margin-top: 15px;
}
.b-contact .contact-form .width-wrapper .details p {
    color: rgba(34, 37, 36, 0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;
    margin: 0;
}
.b-contact .contact-form .width-wrapper .details .location {
    width: 80%;
    padding-top: 22px;
    border-top: 1px solid #e6e6e6;
}
