#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 2.5%;
}

#highlights figure,
#highlights img {
  width: 100%;
  height:auto;
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto !important;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
}

.widthContainer {
  width: 100%;
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 0.5;
  font-size: 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: var(--nav-color);
  border: 1px solid var(--nav-color) ;
}
#brandsContainer {
  width: 100%;
  overflow: hidden;
  margin:10px 0 60px;
}
#brands {
  width: 82%;
  height: 72px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#brands .slick-track{
  display: flex !important;
  align-items: center ;
}
.brandsIcon {
  width: 131px;
  margin: auto 26px;
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }
  #brandsContainer{
    margin: 0 0 20px
  }
  .sliderContainer {
    margin-bottom: 40px;
  }
  .brandsIcon {
    /* height: 40px; */
    /* width: 140px; */
    /* margin-left: 0.5%; */
    /* margin-right: 0.5%; */
  }
}
