.home-slides-holder {
  position: relative;
  padding: 50px 0 175px 0;
  margin: 75px auto 0;
  background-color: #ffffff;
}

.home-slides {
  max-width: 1150px;
  top: 75px;
  margin: auto;
}

.home-slide {
  max-width: 1150px;
  position: relative;
  background: #ffffff;
}

.home-slide-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.home-slide .slide-info {
  text-align: center;
  max-width: 300px;
}

.home-slide .slide-info a {
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.home-slides-holder .slider-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.home-slides-holder .slider-controls .slick-dots {
  position: relative;
  top: 5px;
}

.home-slides-holder .slick-dots button:before {
  font-size: 12px;
  line-height: 12px;
  color: #656565
}

.home-slides-holder .slick-dots li.slick-active button:before,
.home-slides-holder .slick-dots li:hover button:before {
  color: #fbcc32
}

/* mobile */

@media only screen and (max-width: 992px) {

  .home-slides-holder {
    margin: 2rem auto 0;
    padding: 25px 0 75px 0;
  }

  .home-slide-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-slides {
    top: 0;
  }

  .home-slides .slide-info {
    margin-top: 2rem;
    max-width: 80%;
  }
}
