.homeSlider {
    overflow : hidden;
}

.featuredProducts__container {
    padding : 5vh 0;
}

body#index h2{
  text-transform: uppercase;
  font-size : 25px;
  line-height: 25px;
  padding     : 65px 0 40px;
  font-family: Barlow Semi Condensed;
  text-align: center;
}

.featuredproducts__head{
  margin-bottom: 0;
}

.featuredproducts__head h2{
  font-weight: 600;
  padding-bottom: 40px;
}

@media(min-width: 640px){
  body#index h2 {
    font-size   : 30px;
    line-height : 30px;
  }
}

@media(min-width: 991px) {
  body#index h2{
    font-size : 40px;
    line-height: 40px;
    padding: 75px 0 40px;
    text-align: inherit;
  }
}
