

.benchmark-container .item {
  margin: 15px 0;
  width: 100%;
  height: 389px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(13, 35, 62, 0.2);
}
.benchmark-container .item img {
  height: 231px;
  border-radius: 10px;
}
.benchmark-container .item .info {
  width: 100%;
  flex: 1;
  padding: 0 20px;
  box-sizing: border-box;
}

.benchmark-container .item .info .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #232323;
}
.benchmark-container .item .info .text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #535353;
  margin-top: 12px;
}

.control {
  background: url(/static/images/featured-craftsmanship/control-bg.png);
  background-size: cover;
}

.control .main-title {
  color: #ffffff;
}
.control .cur-label {
  color: #ffffff;
}
.control .main-title::after {
  background: rgba(255, 255, 255, 0.47);
}

.control .main-title::before {
  background: rgba(255, 255, 255, 0.47);
}

.control-container .video-box {
  width: 100%;
  height: 687px;
  border-radius: 20px;
  background: #ffffff;
}

.control-container .video-box video {
  width: 100%;
  height: 610px;
  object-fit: cover;
  border-radius: 20px;
}

.control-container .video-box .info {
  width: 100%;
  flex: 1;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #151515;
}

.service-container .item {
  margin: 15px 0;
}
.service-container .left .title {
  font-size: 40px;
  font-weight: bold;
  color: #252729;
}
.service-container .left .small-title {
  font-size: 24px;
  font-weight: 500;
  color: #0c0d0e;
  margin-top: 40px;
  margin-bottom: 20px;
}
.service-container .left .text {
  font-size: 22px;
  font-weight: 500;
  color: #9e9e9e;
}
.service-container .right img {
  width: 100%;
  object-fit: contain;
}

.deliver-container .left img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.deliver-container .item {
  margin: 15px 0;
}
.deliver-container .right .title {
  font-size: 40px;
  font-weight: bold;
  color: #252729;
}
.deliver-container .right .title.bottom {
  margin-top: 30px;
}
.deliver-container .right .text {
  font-size: 24px;
  font-weight: 500;
  color: #0c0d0e;
  margin-top: 8px;
}
.deliver-container .right .imgs {
  position: relative;
  margin-top: 20px;
  transform: translate(-28%, 0);
}
.deliver-container .right .imgs img {
  width: 48%;
  height: 239px;
  border-radius: 10px;
  object-fit: cover;
}

.guarantee-container .item {
  margin: 15px 0;
}
.guarantee-container .left img {
  width: 100%;
  height: 517px;
  border-radius: 10px 0px 0px 10px;
  object-fit: cover;
}
.guarantee-container .right {
  width: 100%;
  height: 517px;
  background: rgba(38, 38, 38, 0.94);
  backdrop-filter: blur(5px);
  border-radius: 0 10px 10px 0;
}

.guarantee-container .right .info-item {
  margin-bottom: 24px;
}
.guarantee-container .right .title {
  font-size: 32px;
  color: #ffffff;
  margin-right: 28px;
}
.guarantee-container .right .text {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}
.guarantee-container .right .text span {
  font-size: 26px;
}
.guarantee-container .right .reserve {
  font-size: 26px;
  font-weight: 500;
  color: #505050;
  width: 60%;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 69px;
  background: #d4c09d;
  margin-top: 15px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .service-container .left .title {
    font-size: 28px;
  }
  .service-container .left .small-title {
    font-size: 18px;
  }
  .service-container .left .text {
    font-size: 16px;
  }
  .deliver-container .right .title {
    font-size: 28px;
  }
  .deliver-container .right .text {
    font-size: 18px;
  }
  .deliver-container .right .imgs {
    position: unset;
    transform: unset;
  }
  .guarantee-container .right .title {
    font-size: 24px;
  }
  .guarantee-container .right .text {
    font-size: 16px;
  }
  .guarantee-container .right .text span {
    font-size: 20px;
  }
  .guarantee-container .right .reserve {
    font-size: 18px;
  }
}
<!--ºÄÊ±1755816699.3248Ãë-->