.contactUs {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
}

.contactBanner {
    width: 100%;
    max-width: 1920px;
    position: relative;
    color: #fff;
    text-align: center;
}

.contactBanner>img {
    width: 100%;
}

.contactBanner>div {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;

}

@media(min-width:1800px) {
    .contactBanner h3 {
        font-size: 55px;
    }

    .contactBanner h4 {
        font-size: 26px;
        margin-top: 15px;
    }

    .contactDetail {
        width: 100%;
        max-width: 1720px;
        display: flex;
        justify-content: space-between;
        padding: 0 0 100px;
    }

    .connector {
        width: 48%;
        display: flex;
        flex-direction: column;

    }

    .connector>div {
        margin-top: 100px;
    }

    .maps {
        width: 50%;
    }

    .connector h5 {
        font-size: 36px;
        color: #333;
    }

    .connector p {
        font-size: 18px;
        color: #555;
        margin: 18px 0;
    }

    .connector span {
        font-size: 18px;
    }

    .maps {
        display: flex;
        flex-direction: column;
    }

    .mapContainer {
        display: flex;
        flex-direction: column;
        margin: 100px 0 0;
    }

    .mapContainerOne {
        height: 500px;
        width: 100%;
        background-color: #ccc;
    }

    .mapIntroduction {
        font-size: 18px;
        color: #333;
        height: 70px;
        background-color: #f7f7f7;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(min-width:1200px) and (max-width:1800px) {
    .contactBanner h3 {
        font-size: 44px;
    }

    .contactBanner h4 {
        font-size: 22px;
        margin-top: 15px;
    }

    .contactDetail {
        width: 100%;
        max-width: 1720px;
        display: flex;
        justify-content: space-between;
        padding: 0 30px 80px;
    }

    .connector {
        width: 48%;
        display: flex;
        flex-direction: column;

    }

    .connector>div {
        margin-top: 80px;
    }

    .maps {
        width: 50%;
    }

    .connector h5 {
        font-size: 36px;
        color: #333;
        margin-top: 10px;
    }

    .connector p {
        font-size: 18px;
        color: #555;
        margin: 18px 0;
    }

    .connector span {
        font-size: 18px;
    }

    .maps {
        display: flex;
        flex-direction: column;
    }

    .mapContainer {
        display: flex;
        flex-direction: column;
        margin: 80px 0 0;
    }

    .mapContainerOne {
        height: 500px;
        width: 100%;
        background-color: #ccc;
    }

    .mapIntroduction {
        font-size: 16px;
        color: #333;
        height: 70px;
        background-color: #f7f7f7;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:1200px) {
    .contactBanner h3 {
        font-size: 22px;
    }

    .contactBanner h4 {
        font-size: 14px;
        margin-top: 6px;
    }

    .contactDetail {
        width: 100%;
        max-width: 1720px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .connector {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .connector>div {
        margin: 20px 0;
    }

    .maps {
        width: 100%;
        padding: 0 7.5px;
    }

    .connector h5 {
        font-size: 22px;
        color: #333;
        margin-top: 10px;
        font-weight: bold;
    }

    .connector p {
        font-size: 14px;
        color: #555;
        margin: 5px 0;
    }

    .connector span {
        font-size: 18px;
    }

    .maps {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .mapContainer {
        display: flex;
        flex-direction: column;
    }

    .mapContainerOne {
        height: 500px;
        width: 100%;
        background-color: #ccc;
    }

    .mapIntroduction {
        font-size: 16px;
        color: #333;
        padding: 20px;
        background-color: #f7f7f7;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}