.hero-section {
  position: relative;
  background: #fff;
  min-height: 280px;
}
.hero-section img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  opacity: 0.6;
}
.hero-section .sl-description {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  font-size: clamp(19px, 3vw, 30px);
  line-height: 1.5;
  text-align: center;
  z-index: 2;
}
.hero-section .author-motto {
  text-align: right;
  margin-top: 40px;
  font-size: clamp(15px, 3vw, 22px);
  line-height: 1.5;
  font-weight: 200;
}
@media (max-width: 767px) {
  .hero-section .sl-description {
    width: 100%;
    top: 23%;
  }
  .hero-section .author-motto {
    margin-top: 20px;
  }
}

.sl-categories-hp {
  padding: 70px 20px 100px;
}
.sl-categories-hp .item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.sl-categories-hp .description {
  text-align: center;
  padding: 20px 20px 30px;
  line-height: 24px;
}
.sl-categories-hp .description h2 {
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 25px;
  min-height: 50px;
}
.sl-categories-hp .prod-label {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #fff;
  color: #000;
  font-size: 12px;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sl-categories-hp {
    padding: 60px 20px;
  }
}