.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%, -45%);
  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;
}
.product-banner-slider {
  margin-bottom: 160px;
}
.product-item h2 {
  font-weight: 600;
  font-size: 24px;
  color: #2a2a2a;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.product-item ul li {
  font-weight: 400;
  font-size: 20px;
  color: #2a2a2a;
  line-height: 26px;
  margin-bottom: 12px;
  list-style-image: url("../images/product-li.png");
  list-style-position: inside;
}
