section[data-cattype="605"] .background-container {
  padding: 0;
}

section[data-cattype="605"] .content-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

section[data-cattype="605"] .swiper {
  width: 100%;
}

section[data-cattype="605"] .swiper-wrapper {
  margin-top: 0;
}

section[data-cattype="605"] .swiper-slide {
  position: relative;
  min-height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

section[data-cattype="605"] .slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

section[data-cattype="605"] .slide-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  text-align: center;
}

section[data-cattype="605"] h3 {
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
}

section[data-cattype="605"] p {
  margin: 16px 0 0;
  color: #fff;
}

@media (max-width: 1400px) {
  section[data-cattype="605"] h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 991px) {
  section[data-cattype="605"] .swiper-slide {
    min-height: 240px;
  }

  section[data-cattype="605"] h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  section[data-cattype="605"] .swiper-slide {
    min-height: 180px;
    padding: 28px 16px;
  }

  section[data-cattype="605"] h3 {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  section[data-cattype="605"] p {
    margin-top: 12px;
  }
}
