.xs-banner-content .banner-subtitle {
  font-size: 28px;
}
.xs-banner-content .banner-title {
  font-size: 56px;
}
.banner-slider {
  position: relative;
}
.banner-container {
  position: absolute;
  top: 50%;
  display: flex;
  left: 50%;
  transform: translate(-50%, -40%);
  flex-direction: column;
  height: 70%;
  justify-content: space-between;
}
.section-third-title {
  font-weight: 400;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 26px;
  margin-top: 24px;
}
.manage-item {
  font-weight: 600;
  font-size: 26px;
  color: #35308e;
  text-align: center;
  padding: 62px 0;
  margin-bottom: 24px;
  background: #f9f8ff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #423796;
}
.health-check-item {
  margin-bottom: 28px;
}
.health-check-item .check-text {
  font-weight: 600;
  font-size: 24px;
  color: #2a2a2a;
}
.ecg-item + .ecg-item {
  margin-top: 64px;
}

.ecg-item .ecg-text {
  font-weight: 600;
  font-size: 24px;
  color: #2a2a2a;
  margin-top: 8px;
}
@media (max-width: 1424px) {
  .manage-item {
    font-size: 24px;
    padding: 56px 0;
  }
  .health-check-item img {
    width: 70px;
  }
  .health-check-item .check-text {
    font-size: 20px;
  }
  .health-check-item {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .manage-item {
    font-size: 20px;
    padding: 48px 0;
  }
  .health-check-item img {
    width: 60px;
  }
  .health-check-item .check-text {
    font-size: 18px;
  }
  .health-check-item {
    margin-bottom: 20px;
  }

  .ecg-item .ecg-text {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .health-check-content {
    margin-top: 36px;
  }
  .health-ecg-content {
    margin-top: 36px;
    justify-content: center;
  }

  .health-check-img,
  .ecg-img {
    width: 100%;
  }
}
