.section-mobile-app-1 {
  padding: 100px 0px 50px 0px !important;
}

.section-mobile-app-1 .wrap-box {
  display: flex;
  align-items: center;
}

.section-mobile-app-1 .wrap {
  max-width: 100%; /* Removes the restriction so they can sit side-by-side */
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 16px; /* Adds the spacing between the Chinese and English text */
}

/* Replace your existing rule with this */
.section-mobile-app-1 .wrap .t-lang {
  margin-bottom: 0px; 
  width: auto; 
}

/* Add this new rule */
.section-mobile-app-1 .wrap h1 {
  width: auto;
}

.section-mobile-app-1 .row-content-full {
  margin-bottom: 70px;
}

.section-mobile-app-2 .list-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 7.5vw, 100px);
  padding-left: 15px;
  padding-right: 15px;
}

.section-mobile-app-2 .list-item .col {
  padding: 0px;
}

.section-mobile-app-2 .list-item .item .col-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-mobile-app-2 .list-item .item .wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.section-mobile-app-2 .list-item .item .wrap .text {
  color: #747b62;
  font-family: "Ma Shan Zheng", sans-serif;
  font-size: clamp(50px, 6vw, 70px);
  font-weight: 400;
  line-height: normal;
}

.section-mobile-app-2 .list-item .item .caption p {
  color: #747b62;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.section-mobile-app-2 .list-item .item .content {
  position: relative;
}

.section-mobile-app-2 .list-item .item .content p {
  color: #9a9b58;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}

/*  */
.section-book-mobile {
  position: relative;
}

.wrap-mobile {
  position: relative;
}

.section-book-mobile .image-decor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 707px;
  height: 707px;
  aspect-ratio: 1/1;
  z-index: -1;
}

.section-book-mobile .mobile-app .image {
  width: 335px;
  height: 665px;
}

.section-book-mobile .item .icon {
  width: 48px;
  height: 48px;
}

.section-book-mobile .wrap-content {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.section-book-mobile .list-item .item {
  border-radius: 16px;
  border: 1px solid #edeef0;
  background: #fff;
  box-shadow: 10px 25px 100px 0 rgba(0, 43, 107, 0.25);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 280px;
}

.section-book-mobile .list-item:first-child {
  margin-bottom: 65px;
}

.section-book-mobile .list-item .item:first-child:nth-last-child(2) {
  margin-bottom: 50px;
}

.section-book-mobile .list-item .item h4 {
  color: #2a3328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}

.section-book-mobile .list-item .item .desc {
  color: #414d60;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

.section-book-mobile .list-store {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: center;
  margin-top: 48px;
}

.section-book-mobile .image-mobile {
  margin-bottom: 24px;
  display: none;
}

.section-book-mobile .icon img {
  object-fit: contain;
}

.section-book-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-book-mobile .list-item .item {
    width: 280px;
  }
  .section-book-mobile .list-item:first-child {
    transform: translateX(-12px);
  }
}

@media (max-width: 1200px) {
  .section-app .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
/* Replace your existing rule with this */
 .section-mobile-app-1 {
  padding: 50px 0px 32px 0px !important; 
}
  .section-mobile-app-2 .list-item .item img {
    width: 52px;
    height: 52px;
  }
  .section-mobile-app-1 .wrap-box {
    gap: 24px;
  }

  .section-book-mobile .wrap-content {
    gap: 24px;
  }
  .section-book-mobile .list-item:first-child {
    margin-right: 0px;
  }
  .section-mobile-app-1 .row-content-full,
  .section-book-mobile .list-item .item:first-child:nth-last-child(2) {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-mobile-app-2 .list-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-mobile-app-1 .wrap {
    margin-bottom: 30px;
  }
  .section-book-mobile .image-decor {
    display: none;
  }
  .section-book-mobile .mobile-app {
    display: none;
  }
  .section-book-mobile .list-item .item {
    max-width: 100%;
  }
  .section-book-mobile .list-item:first-child {
    margin-bottom: 0px;
  }
  .section-book-mobile .list-item .item:first-child:nth-last-child(2) {
    margin-bottom: 24px;
  }
  .section-book-mobile .image-mobile {
    display: block;
  }
}

@media (max-width: 567px) {
  .section-mobile-app-1 .wrap {
    max-width: 100%;
  }
  .section-mobile-app-1 .wrap-box {
    gap: 16px;
  }
  .section-book-mobile .wrap-content {
    flex-direction: column;
  }
  .section-mobile-app-1 .row-content-full {
    margin-bottom: 24px;
  }
  .section-book-mobile .list-store {
    margin-top: 24px;
  }
}
