.feature-section-body {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* IMAGE SLIDER */
.single-slider-container {
  width: 400px;
  height: 500px;
  position: relative;
  padding: 0 34px 0 0;
}

.single-slider-slide {
  visibility: hidden;
  position: absolute;
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transform: translateY(50%);
}

.single-slider-show {
  visibility: visible;
  opacity: 1;
}

.single-slider-active {
  display: block;
}

.single-slider-navigation-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-60%);
  display: flex;
}

.single-slider-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.single-slider-dot.single-slider-active {
  background-color: #e4b037;
}

@media screen and (min-width: 1100px) {
  .single-slider-container {
    width: 600px;
  }

  .single-slider-slide {
    width: 600px;
    height: 375px;
    transform: translateY(5%);
  }

  .single-slider-slide:nth-child(2) {
    transform: translateY(-20px);
  }

  .single-slider-navigation-dots {
    bottom: 0;
  }
}

@media screen and (max-width: 1100px) {
  .single-slider-slide:nth-child(2) {
    transform: translateY(94px);
  }
}

@media screen and (max-width: 800px) {
  .single-slider-container {
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .single-slider-container {
    width: 350px;
  }

  .single-slider-slide {
    width: 350px;
    height: 219px;
    transform: translateY(50%);
  }

  .single-slider-navigation-dots {
    bottom: 100px;
  }
}

/* IMAGE SLIDER */

@media screen and (max-width: 896px) {
  .image-card-container {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .feature-section-body {
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 450px) {
  .feature-section-body {
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 423px) {
  .specification-container {
    width: 330px;
  }
}
