section.contact_us {
    background-color: black;
}

section.contact_us .wrapper {
    max-width: calc(1600px + 145px);
}

section.contact_us input:not(input[type="submit"]),
section.contact_us textarea {
    width: 100%;
    border: none;
    padding: 12px;
    background-color: white;
    color: #757575;
    font-family: 'Helvetica-Light', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
}

section.contact_us input:not(input[type="submit"])::placeholder,
section.contact_us textarea::placeholder {
    color: #757575;
    font-family: 'Helvetica-Light', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
}

section.contact_us form .wpcf7-form-control-wrap:nth-child(2),
section.contact_us form .wpcf7-form-control-wrap:nth-child(3) {
    width: calc(50% - 10px);
}

section.contact_us form .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 0;
}

section.contact_us form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}

section.contact_us .content {
    max-width: 776px;
    padding: 63px 0;
}

section.contact_us .maps img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contact_us input[type="submit"] {
    margin-top: 0;
}

section.contact_us iframe {
    width: 100%;
    height: 100%;
}

section.directory .contact_list>div p:first-of-type {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

section.directory .contact_list>div p:first-of-type span {
    display: unset;
    color: var(--Pear, #BBE303);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

section.directory .people_list {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

section.directory .list>* {
    width: calc(50% - 15px);
}

section.directory .list {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

section.directory .contact_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.directory .icons {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

section.directory {
    background: url('../../assets/img/contact_us/directory_bg.jpg')no-repeat center center/cover;
}

section.person_in_charge .header {
    max-width: 692px;
}

section.person_in_charge .cards {
    padding: 20px 20px 70px 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

section.person_in_charge .cards img {
    height: 90px;
    width: 90px;
    object-fit: contain;
    border-radius: 50%;
    object-position: top;
}

section.person_in_charge span.for {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
    margin-bottom: 20px;
    display: block;
}

section.person_in_charge h3 {
    font-size: 20px;
}


section.person_in_charge button.green_btn {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}

@media (max-width: 991px) {
    section.contact_us form {
        margin-top: 50px;
    }

    section.contact_us .content {
        max-width: 100%;
    }

    section.contact_us iframe {
        height: 500px;
    }

    section.directory .row,
    section.contact_us .row {
        gap: 50px 0;
    }

    section.contact_us .content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    section.contact_us form {
        margin-top: 40px;
    }

    section.contact_us form .wpcf7-form-control-wrap:nth-child(2),
    section.contact_us form .wpcf7-form-control-wrap:nth-child(3) {
        width: 100%;
    }
}

@media (max-width: 575px) {
    section.directory .list {
        flex-direction: column;
        gap: 30px;
    }

    section.directory .list>* {
        width: 100%;
    }

    section.person_in_charge button.green_btn {
        position: relative;
        bottom: 0;
    }

    section.person_in_charge .cards {
        padding: 20px;
    }
}