.contact-us-head {
    width: 100%;
    height: 600px;
    background-image: url('/fileadmin/assets/v/ESS/contact-us/contact_us_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
}

.contact-us-head .contact-us-head-btn{
    padding: 79px 128px 80px;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    color: #fff;
}

.contact-us-head .contact-us-head-btn .title{
    font-size: 50px;
    font-family: var(--font-MarkOTB);
}

.contact-us-head .contact-us-head-btn .desc{
    font-size: 16px;
    margin-top: 30px;
}

.contact-us-content{
    padding: 80px 0px 80px;
    background-color: rgba(247, 247, 247, 1);
}

.contact-us-content .contact-us-content-head-title{
    text-align: center;
    font-size: 40px;
    font-family: var(--font-MarkOTB);
    margin-bottom: 60px;
}

.contact-us-content .contact-us-content-body{
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 60px;
    width: 62.5vw;
}

.contact-us-content .contact-us-content-body-item{
    border-radius: 24px;
    overflow: hidden;
}

.contact-us-content .contact-us-content-body-item-head {
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.contact-us-content .contact-us-content-body-item-head.first{
    background-image: url('/fileadmin/assets/v/ESS/contact-us/contact_us_1.png');
}

.contact-us-content .contact-us-content-body-item-head.second{
    background-image: url('/fileadmin/assets/v/ESS/contact-us/contact_us_2.png');
}

.contact-us-content .contact-us-content-body-item-head.third{
    background-image: url('/fileadmin/assets/v/ESS/contact-us/contact_us_3.png');
}

.contact-us-content .contact-us-content-body-item-head.forth{
    background-image: url('/fileadmin/assets/v/ESS/contact-us/contact_us_4.png');
}

.contact-us-content .contact-us-posiiton-icon{
    width: 36px;
    height: 36px;
    background-image: url('/fileadmin/assets/v/ESS/contact-us/contact_us_position.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us-content .contact-us-content-body-item-head-title{
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 10px;
    font-size: 32px;
    color: #fff;
    font-family: var(--font-MarkOTB);
}

.contact-us-content .contact-us-content-body-item-body {
    padding: 40px 50px 60px;
    display: flex;
    gap: 60px;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
}

.contact-us-content .contact-us-phone-icon{
    width: 20px;
    height: 20px;
    background-image: url('/fileadmin/assets/v/ESS/contact-us/contact_us_phone.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us-content .contact-us-people-icon{
    width: 20px;
    height: 20px;
    background-image: url('/fileadmin/assets/v/ESS/contact-us/contact_us_people.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us-content .contact-us-content-body-item-body-head-title{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.contact-us-content .contact-us-phone-title{
    font-size: 20px;
    color: #000;
    font-family: var(--font-MarkOTB);
}

.contact-us-content .contact-us-item-group{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-us-content .contact-us-item-title{
    font-size: 16px;
    color: rgba(17, 17, 17, 0.5);
}

.contact-us-content .contact-us-item-title span{
    color: rgba(152, 208, 210, 1);
}

.contact-us-content .contact-us-item-desc {
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8);
    font-family: var(--font-MarkOTB);
    word-wrap: break-word;
}

@media (max-width:1024px){
    .contact-us-head {
        height: 300px;
    }
    .contact-us-head .contact-us-head-btn .title{
        font-size: 24px;
    }

    .contact-us-head .contact-us-head-btn{
        padding: 25px 16px;
        width: 86%;
    }

    .contact-us-head .contact-us-head-btn .desc{
        font-size: 12px;
        margin-top: 15px;
    }
    .contact-us-content{
        padding: 25px 0px 74px 16px;
    }

    .contact-us-content .contact-us-content-body {
        display: flex;
        flex-wrap: nowrap;
        flex-shrink: 0;
        gap: 16px;
        overflow: scroll;
        padding-right: 16px;
        width: 100%;
    }

    .contact-us-content-body-item{
        flex-shrink: 0;
        width: 324px;
    }

    .contact-us-content .contact-us-content-body-item-body {
        padding: 30px 24px 57px;
    }

    .contact-us-content .contact-us-posiiton-icon{
        width: 24px;
        height: 24px;
    }

    .contact-us-content .contact-us-content-body-item-head {
        padding-left: 27px;
        height: 81px;
    }

    .contact-us-content .contact-us-content-body-item-head-title{
        font-size: 24px;
    }

    .contact-us-content .contact-us-phone-icon{
        width: 14px;
        height: 14px;
    }

    .contact-us-content .contact-us-people-icon{
        width: 14px;
        height: 14px;
    }

    .contact-us-content .contact-us-phone-title{
        font-size: 18px;
    }

    .contact-us-content .contact-us-content-body-item-body-head-title{
        margin-bottom: 15px;
    }

    .contact-us-content .contact-us-item-title {
        font-size: 12px;
    }
    .contact-us-content .contact-us-item-desc{
        font-size: 14px;
    }

    .contact-us-content .contact-us-item-group {
        gap: 20px;
    }

    .contact-us-content .contact-us-content-body-item-body {
        gap: 40px;
    }

    .contact-us-content .contact-us-content-head-title{
        font-size: 24px;
        margin-bottom: 25px;
    }
}
