@media screen and (max-width: 1200px) {
    .contact-bg{
        height: 600px !important;
    }
    /* .contact-c{
        width: 100% !important;
        text-align: left !important;
    } */
    .contact-item{
        justify-content: flex-start !important;
    }
    #contact-banner-pic{
        display: none;
    }
    .contact-bg{
        display: none !important;
    }
    .contact-bg-huge{
        display: inline-block !important;
    }

}
@media screen and (max-width: 768px) {
    .contact-c{
        font-size: 12px !important;
        box-sizing: border-box;
        padding: 4px 16px !important;
        width: 100% !important;
        text-align: left !important;
    }
    .contact-pic{
        width: 100% !important;
        height: auto !important;
    }
    .contact-c h1{
        font-size: 32px !important;
    }
    .contact-bg-huge{
        display: none !important;
    }
    .contact-bg-mid{
        display: inline-block !important;
    }
    .qr-box{
        margin-top: 20px;
    }
}
.contact-container{
    max-width: 1080px;
    margin: 20px auto;
    text-align: center;

}
.contact-c{
    text-align: left;
    width: 540px;
    min-width: 320px;
}
.contact-c p {
    margin: 4px auto !important;
    font-size: 14px;
    color: rgb(80,80,80);
}
.contact-c h4{
    margin: 4px 0;
    margin-top: 10px;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: rgb(40,40,40);
}
.contact-c h3{
    font-size: 22px;
    margin-bottom: 40px;
    color: rgb(40,40,40);
}
.contact-banner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 432px;
    /* max-height: 600px; */
}
.contact-banner>h1{
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    transform: translateY(-50%)!important;
    text-shadow: rgb(34 34 34 / 50%) 4px 4px 6px;
    margin: 0;
    padding: 0;
}
.contact-row{
    position: absolute;
    left: calc(50% - 540px);
    top: 20%;
    width: 1080px !important;
}
.contact-item-title{
    color: white;
    font-size: 48px;
    margin: 20px 0;
    padding: 0;
    font-family: lightRegular;
}
.contact-item{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.contact-item img{
    width: 48px;
    height: 48px;
}
.contact-item span{
    color: white;
    font-size: 36px;
    font-family: lightRegular;
    text-shadow: 0 3px 3px #000000;
    font-weight: bold;
    margin-left: 16px;
}
.contact-bg-huge,.contact-bg-mid{
    display: none;
}
.time-row{
    width: 100%;
    max-width: 300px;
    min-width  : 230px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-start; */
    text-align: left;
}
.time-row p{
    box-sizing: border-box;
    padding: 8px 16px;
    border-bottom: 1px solid rgb(220,220,220);
    /* width: 40%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}
.qr-box{
    width : 220px;
    height : 128px;
    /* position: absolute;
    bottom: 0%;
    right: -20%; */
    display: flex;
    justify-content: center;flex-wrap: wrap;
}
.contact-time-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}