.section-five-1 {
  padding: 100px 0px 65px 0px !important;
}

.section-five-1 .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-five-1 .wrap h1,
.section-five-1 .wrap .t-lang {
  width: auto;
}

.section-academic-2 {
  padding-top: 0px !important;
  padding-bottom: 50px !important;
}

.section-academic-2 .wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  align-items: center;
}

.section-academic-2 .wrap .text {
  color: #2b382a;
  font-family: "Ma Shan Zheng", sans-serif;
  font-size: clamp(50px, 5vw, 70px);
  font-weight: 400;
  line-height: normal;
}

.section-academic-2 .wrap h2 {
  color: #2b382a;
  flex: 1;
  line-height: normal;
}

.section-academic-2 .col-left .img-inner {
  width: 70px;
}

.section-academic-2 .col-right {
  padding-left: 25px;
}

.section-academic-2 .content {
  margin-top: 40px;
}

.section-academic-2 .content p,
.section-academic-2 .col-right p {
  margin-bottom: 30px;
}

.section-academic-2 .col-right p:last-child {
  margin-bottom: 0px;
}

.section-academic-2 .content p img {
  box-shadow: 0px 24px 70px 0px #2a332817;
  border-radius: 16px;
}
.section-academic-2 .content p:last-child {
  margin-bottom: 0px;
}

.section-academic-2 img.size-full.alignnone {
  margin-bottom: 0px;
  border-radius: 32px;
}

.section-academic-2 .content img {
  border-radius: 32px;
}

.booster-2 .item-left p {
  margin-bottom: 30px;
}
.booster-2 .item-left p:last-child {
  margin-bottom: 0px;
}
/*
@media (min-width: 1200px) {
  .booster-2 .text-left {
    flex: 1;
    max-width: 100%;
  }
}*/

@media (max-width: 1024px) {
  .section-five-1 {
    padding: 50px 0px 32px 0px !important;
  }
  .section-academic-2 {
    padding-bottom: 25px !important;
  }
  .section-academic-2 .col-left .img-inner {
    width: 100%;
  }
  .section-academic-2 .wrap,
  .section-academic-2 .content p,
  .section-academic-2 .col-right p {
    margin-bottom: 15px;
  }
  .booster-2 .layout-position {
    display: none;
  }

  .booster-2 .row.content {
    margin-top: 20px;
  }
  .section-academic-2 img.size-full.alignnone {
    margin-bottom: 15px;
  }
  .section-academic-2 .content {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .booster-2 .row.content {
    margin-top: 0px;
  }
  .section-academic-2 .col-right {
    padding-left: 0px;
  }
}

@media (max-width: 567px) {
  .section-academic-2 .col-left {
    display: none;
  }
  .section-academic-2 .col-right {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 15px;
  }
  .booster-2 .item-right {
    margin-top: 20px;
  }
}
