.aboutus-top{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding-bottom: 150px;
}
.aboutus-top-left{
      width: 50%;
      padding-left: calc( ( 100% - 1440px ) / 2 + 80px );
      padding-right: 106px;
      flex-shrink: 0;
}
.aboutus-top-left .h4{
      margin: 8px 0px;
}
.aboutus-top-right{
      width: 50%;
      padding-right: calc( ( 100% - 1440px ) / 2 + 185px );
      flex-shrink: 0;
}
.aboutus-top-right-photo{
      width: 100%;
      height: 800px;
}
.sdescription{
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5em;
      letter-spacing: 0.05em;
}

.aboutus-mid{
      position: relative;
      width: 100%;
      padding: 354px calc( ( 100% - 1440px ) / 2 + 210px ) 160px;
}

.aboutus-mid-bg{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 495px;
      z-index: 0;
}

.aboutus-mid-block{
      position: relative;
      width: 100%;
      padding: 80px 160px;
      background: rgba(254, 255, 254, 1);
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      z-index: 99;
}
.aboutus-mid-block::before{
      content: '';
      width: 100px;
      height: 1px;
      background-color: rgba(160, 199, 162, 1)
}
.aboutus-mid-block .h4{
      margin-top: 40px;
      margin-bottom: 16px;
      font-family: Inter, Roboto, Arial, sans-serif;
}

.aboutus-mid-block div{
      text-align: center;
      width: 100%;
}


.clinic{
      width: 100%;
      padding: 100px 120px 160px;
      background: linear-gradient(230.26deg, #E6F8EE 0.84%, #F3FAF3 54.49%, #F7F7E8 99.21%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(127, 148, 129, 1);
      position: relative;
}
.clinic-content{
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
}
.clinic-content::before{
      content: '';
      width: 200px;
      height: 1px;
      background-color: rgba(127, 148, 129, 1);
      margin-bottom: 55px;
}
.clinic-content .h1{
      margin-bottom: 8px;
}
.clinic-content .h4{
      margin-bottom: 40px;
}
.clinic-item{
      width: 100%;
      min-width: 480px;
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(206, 223, 208, 1);
}
.ci-title{
      font-weight: 700;
}
.clinic-remark{
      margin-top: 16px;
}
.clinic-remark .h5{
      margin-bottom: 24px;
}
.clinic-side-photo-l{
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 0;
      top: 142px;
      width: 400px;
      height: 640px;
      z-index: 99;
}
.clinic-side-photo-r{
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 0;
      bottom: 0px;
      width: 400px;
      height: 640px;
      z-index: 99;
}

.location{
      background: rgba(254, 255, 254, 1);
      padding: 120px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
}
.location::before{
      content: '';
      width: 200px;
      height: 1px;
      background-color: rgba(160, 199, 162, 1);
      margin-bottom: 40px;
}
.location .h4{
      margin-bottom: 40px;
}

.location-info{
      width: 720px;
}
.location-info-photo{
      margin-bottom: 40px;
}
.location-info-photo img{
      width: 100%;
}
.location-info-item{
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 8px;
}
.location-info-item div{
      /* margin-left: 8px; */
}
.lii-f{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-shrink: 0;
}
.lii-label{
      margin-left: 8px;
}

@media( max-width: 1440px ){
      .aboutus-top-left{
            padding-left: 4%;
            padding-right: 7%;
      }
      .clinic-side-photo-l, .clinic-side-photo-r{
            width: 27vw;
            height: 43.2vw;
      }
}
@media( max-width: 1200px ){
      .clinic-side-photo-l, .clinic-side-photo-r{
            display: none;
      }
      
}
@media( max-width: 991px ){
      .location{
            padding-left: 4%;
            padding-right: 4%;
      }
      .location-info{
            width: 100%;
      }
}
@media( max-width: 768px ){
      .aboutus-top{
            flex-direction: column;
            padding-top: 80px;
            padding-bottom: 85px;
      }
      .aboutus-top-left{
            width: 100%;
            padding: 48px 16px 40px;
      }
      .aboutus-top-right{
            width: 100%;
            padding: 0 16px;
      }
      .aboutus-top-right-photo{
            border-radius: 8px;
            padding-top: 122%;
            height: auto;
      }
      .aboutus-mid{
            padding-top: 0;
            padding-bottom: 0;
      }
      .aboutus-mid-bg{
            position: relative;
            height: 53vw;

      }
      .aboutus-mid-block{
            padding: 40px 16px;
      }
      .clinic{
            padding: 40px 16px;
      }
      .clinic-content{
            width: 100%;
      }
      .clinic-item{
            width: 100%;
            min-width: 0;
      }
      .clinic-item.ci0{
            padding-top: 24px;
            border-top: 1px solid rgba(127, 148, 129, 1)
      }
      .ci-title{
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5em;
            letter-spacing: 0.04em;
      }
      .clinic-remark{
            margin-top: 0;
      }
      .clinic-remark .h5{
            margin-bottom: 4px;
      }
      .location{
            padding: 60px 16px;
      }
}