.slider-home .swiper-slide-image {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover;
  object-position: center center;
}

.slider-home .swiper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.slider-home .swiper-slide-inner {
  height: 500px;
}

@media (max-width: 767px) {
  .slider-home .swiper-slide-image,
  .slider-home .swiper-slide-inner {
    height: 300px !important;
  }
}

.slider-home-text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
