    .contact-container {padding: 166px 0 0;}
    .contact-container h1 {font-family: Outfit, "Microsoft YaHei", serif;font-weight: 700;font-size: 40px;color: #2D2D2D;line-height: 50px;letter-spacing: 6px;text-align: left;font-style: normal;text-transform: none;padding-left: 120px;}
    .contact-container .right-wrapper {padding-top: 14px;max-width: 586px;color: #2D2D2D;line-height: 32px;}
    .contact-container .description.second {margin-bottom: 40px;}
    .company-info {margin-top: 93px;line-height: 19px;}
    .contact-container .company-name {font-size: 24px;margin-bottom: 5px;line-height: 31px;}
    .contact-container .sub-name {font-size: 14px;}
    .contact-container .company-detail {margin-bottom: 9px;font-size: 14px;}
    .consultants-container {margin-top: 37px;}
    .consultants-container .consultants-details {line-height: 19px;margin-bottom: 9px;font-size: 14px;}
    .qr-code-container {display: flex;column-gap: 70px;margin: 60px 0 84px;}
    .delivery-container {display: flex;column-gap: 20px;margin-top: 104px;}
    .delivery-title {position:relative;margin-top: 31px;text-align: center;font-size: 28px;line-height: 37px;padding-bottom: 37px;margin-bottom: 0;}
    .delivery-title::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background-color: var(--bs-border-color);}
    .contact-container .container-fluid{padding: 0;}

    .map-content {flex: 2;overflow: hidden;border:0; border-radius:8px;aspect-ratio: 4/3;max-height:581px;    width: 100%; height: 100%; }
    
    #map {width: 100%;height: 100%;}
    @media (max-width: 1200px){
        .contact-container{padding: 80px 0 0;font-size: 14px;}
        .contact-container h1{font-size: 32px;padding-left: 0;}
        .company-info{margin-top: 37px;}
        .qr-code-container{column-gap:20px;margin:30px 0 30px;}
        .qr-code-container .qr-code-image{max-width:100px;}
        .delivery-container{margin-top: 40px;}
        .delivery-title{margin-top: 16px;font-size: 18px;padding-bottom: 16px;}
        .inquiry-container{margin:80px 0;}
        .inquiry-container .inquiry-title{margin-bottom: 20px;font-size: 24px;max-width: 300px;line-height: 1.6;}
        .map-content{max-height:381px;}
    }
    @media(max-width: 768px){
        .contact-container{padding: 40px 0 0;}
        .contact-container h1{font-size: 24px;letter-spacing: 2px;line-height: 32px;margin-bottom: 16px;}
        .contact-container .right-wrapper{padding-top: 0;}
        .company-info,.consultants-container{margin-top: 16px;}
        .contact-container .company-name{font-size: 18px;}
        .qr-code-container{column-gap: 6px;}
        .contact-container .description.second{margin-bottom: 16px;}
        .delivery-container{flex-direction:column;}
        .delivery-title::after{display:none;}
        .inquiry-container{margin: 40px 0;}
    }