#manufacturersSlider .slick-prev,
#manufacturersSlider .slick-next {
  display: none !important;
}
.section-title {
  text-align: center;
}
/* HOME */
.Home .section-title {
  border: none;
  text-align: left;
  color: #4A4A4A;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px dashed #d3d3d3;
  padding-bottom: 20px;
  padding-top: 10px;
}
.Home #manufacturersSlider.section-block {
  padding: 12px 14px;
}
/* BRANDS */
.Brands .section-title {
  text-transform: lowercase;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border: none;
  margin-bottom: 0.25rem;
}
.Brands .section-title::first-letter {
  text-transform: uppercase;
}
.Brands #manufacturersSlider.section-block {
  padding: 0px;
}
@media (max-width: 610px) {
  .bg-gray #manufacturersSlider .oval {
    height: 127px;
    width: 124px;
  }
  #manufacturersSlider .oval a img {
        max-width: 85px !important;
  }
}


/*# sourceMappingURL=BrandSlider.min.css.map*/