#banner {

    background: url(/imgs/contact-banner.webp)no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/500;


}

#banner .container {
    padding: 184px 0;
}

.fh5co-nav {
    position: absolute;
    background: transparent;

}

.heading-section {

    font-size: 60px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;


}

.heading-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

#send_message {
    width: 104px;
    height: 36px;

    border-radius: 6px;
    background: #3460FB;
    box-shadow: 0px 1px 2px 0px #6951FF0D;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;

    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Alibaba PuHuiTi 2.0";
    cursor: pointer;


}

@media (max-width: 767px) {
    #banner {
        background: url(/imgs/contact-banner-phone.webp)no-repeat;
        aspect-ratio: 0;
        background-size: 100%;
        background-position: 0;
    }

    #banner .container {
        padding: 48px 0;
    }


    .heading-section {

        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;

    }

    .heading-text {

        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;


    }

    .fh5co-nav {
        position: relative;
        background: #FFFFFF;

    }

    .fh5co-nav-toggle.fh5co-nav-white>i {
        color: #000;
        background: #000;
    }

    .fh5co-nav-toggle.fh5co-nav-white>i::before,
    .fh5co-nav-toggle.fh5co-nav-white>i::after {
        background: #000;
    }
}

@media (max-width: 375px) {
    #banner {
        background-size: 100% 100%;
        background-position: 0 0;
    }
}