.slider-container {
  padding: 0 50px 50px 50px;
  position: relative;
}

.hero-section-container .slider {
  height: 630px;
  border-radius: 40px;
  max-height: 100%;
  overflow-y: hidden;
}
.hero-section-container .slick-list {
  height: 100%;
}
.hero-section-container .slick-track {
  height: 100%;
}
.hero-section-container .slick-slide {
  height: 100%;
}
.hero-section-container .slider-text-container {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 130px;
  color: white;
  width: 400px;
  max-width: 100%;
}

.hero-section-container .slider-text-container .slider-title {
  font-size: 30px;
  font-weight: bold;
}

.hero-section-container .slider-text-container .slider-description {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 1140px) {
  .hero-section-container .slick-list {
    height: 100%;
  }
  .hero-section-container .slick-track {
    height: 100%;
  }
  .hero-section-container .slick-slide {
    height: 100%;
  }
  .slider-container {
    height: 570px;
  }
}
@media screen and (max-width: 960px) {
  .slider-container {
    padding: 0 35px 35px;
    height: fit-content;
  }
  .hero-section-container .slider {
    height: 450px;
  }
  .hero-section-container .slider-text-container {
    bottom: 0;
    left: 0;
    margin: 85px;
  }
  .hero-section-container .slider-text-container .slider-title {
    font-size: 24px;
  }
  .hero-section-container .slider-text-container .slider-description {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .hero-section-container .slick-list {
    height: 100%;
  }
  .hero-section-container .slick-track {
    height: 100%;
  }
  .hero-section-container .slick-slide {
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  .slider-container {
    padding: 0 25px 25px;
    height: 420px;

    /* height: fit-content; */
  }
  .hero-section-container .slider {
    /* height: 420px; */
  }
  .hero-section-container .slider-text-container {
    margin: 50px;
  }
  .hero-section-container .slider-text-container .slider-title {
    font-size: 18px;
  }
  .hero-section-container .slider-text-container .slider-description {
    font-size: 12px;
    margin: 10px 0 0;
  }
  .hero-section-container .slider-text-container {
    bottom: 0;
    margin: 0;
    left: 0;
    padding: 50px;
  }
  .hero-section-container .slider {
    border-radius: 20px;
  }
}
