.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%, -50%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 176px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.72;
  width: 100%;
}
.banner-container .image-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-container.mobile {
  display: none;
}
.banner-container .image-content:not(:first-child) {
  margin-left: 56px;
}
.section-third-title {
  font-weight: 400;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 26px;
  margin-top: 24px;
}
.news-title {
  font-weight: bold;
  font-size: 40px;
  color: #2a2a2a;
  margin-top: 24px;
}
.news-subtitle {
  font-weight: bold;
  font-size: 24px;
  color: #2a2a2a;
  margin-top: 24px;
}
.bg-white {
  background-color: #ffffff;
  padding: 80px 64px;
}
.news-desc {
  font-weight: 400;
  font-size: 18px;
  color: #6a6a6a;
  margin-top: 80px;
}
.news-img {
  display: block;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .news-title {
    margin-top: 12px;
    font-size: 24px;
  }

  .news-subtitle {
    margin-top: 12px;
    font-size: 18px;
  }

  .news-desc {
    font-size: 14px;
    margin-top: 40px;
  }

  .news-img {
    margin-top: 20px;
  }

  .bg-white {
    padding: 40px 32px;
  }
  .image-content {
    width: 100%;
  }

  .banner-container {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }

  .banner-container .image-content:not(:first-child) {
    margin-left: 0;
  }
  .banner-container.pc {
    display: none;
  }
  .banner-container.mobile {
    display: flex;
  }
  .mobile-image-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
  }

  .image-1 {
    width: 116px;
    margin-left: 40px;
  }
  .image-3 {
    width: 116px;
  }
}
