.section-unlimited-1 {
  padding: 100px 0px 60px 0px !important;
}

.section-unlimited-1 .row-top {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.section-unlimited-1 .row-top .col-left .col-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-unlimited-1 .row-top .col-right .col-inner {
  width: 212px;
  margin-left: auto;
  margin-right: inherit;
}

/*.section-unlimited-1 .row-top .col-right .col-inner a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}*/
.section-unlimited-1 .row-top .col-right .col-inner span {
  font-size: 20px;
  line-height: normal;
  color: #2b382a;
  font-weight: 500;
}

.section-unlimited-1 .row-top .col-right .col-inner img {
  height: 100%;
  width: 212px;
  object-fit: cover;
}

.section-unlimited-1 .row-top .t-lang {
  flex: 1;
  max-width: 150px;
  margin-bottom: 16px;
}

.section-unlimited-1 .wrap-text img {
  width: auto;
}

.section-unlimited-1 .row-top h1 {
  flex: 1;
}

.section-unlimited-1 .row-decor {
  position: relative;
}

.section-unlimited-1 .row-decor .content p {
  margin-bottom: 47px;
}

.section-unlimited-1 .row-decor .content p:last-child {
  margin-bottom: 0px;
}

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

.section-unlimited-2 img {
  border-radius: 16px;
}

.section-unlimited-2 video {
  width: 100%;
  height: 100%;
}

.section-unlimited-2 .content {
  margin-top: 60px;
}

.section-unlimited-2 .content p {
  margin-bottom: 30px;
}
.section-unlimited-2 .content p:last-child {
  margin-bottom: 0px;
}

.section-ch-content .col-inner h3 {
  font-size: clamp(30px, 3.2vw, 36px);
  font-weight: 700;
  line-height: normal;
  color: #2b382a;
  margin-bottom: 16px;
}
.section-ch-content .col-inner p {
  margin-bottom: 30px;
}
.section-ch-content .col-inner p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .section-unlimited-1 .row-top .col-left {
    flex: 0 0 958px;
  }
}

@media (min-width: 992px) {
  .section-unlimited-1 .row-top .col-left {
    flex: 0 0 50%;
  }
  .section-unlimited-1 .row-top .col-right {
    flex: 1;
  }
}

@media (max-width: 1024px) {
  .section-unlimited-1 {
    padding: 50px 0px 30px 0px !important;
  }
  .section-unlimited-2 {
    padding: 0px !important;
    padding-bottom: 25px !important;
  }
  .section-unlimited-2 .content p {
    margin-bottom: 15px;
  }
  .section-unlimited-2 .content {
    margin-top: 30px;
  }
}
@media (max-width: 567px) {
  /* 1. Force the container to stay as a row */
  .section-unlimited-1 .row-top .col-left .col-inner {
    flex-direction: row; 
    align-items: center;
    flex-wrap: nowrap;
  }
  
  /* 2. Prevent the Chinese text from taking up 100% of the screen */
  .section-unlimited-1 .row-top .t-lang {
    max-width: 110px; 
    margin-bottom: 0px; 
    flex: none;
  }
  
  /* 3. Allow the English heading to fill the rest of the space */
  .section-unlimited-1 .row-top h1 {
    flex: 1;
    width: auto;
  }
  .section-unlimited-1 .wrap-text img {
    width: 120px;
  }
  .section-unlimited-1 .row-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .section-unlimited-1 .row-top .col-right .col-inner {
    margin-left: inherit;
    margin-right: inherit;
  }
  .section-unlimited-1 .row-top .col-right .col-inner img {
    width: 150px;
  }
}
