.industry-body {
  top: 50px;
}

.industry-banner {
  bottom: 300px;
}

.industry-content-bar {
  height: 300px;

  background: #000;
}

.industry-content {
  height: 300px;
}

.industry-content .swiper-slide {
  display: block;
  padding: 40px;
  overflow-y: auto;
}

.industry-content .swiper-slide h1 {
  font-size: .9rem;
}

.industry-content .swiper-slide p {
  font-size: .65rem;

  max-height: 200px;

  -webkit-line-clamp: 10;
}
