#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto !important;
  margin-bottom: 50px;
}

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

.widthContainer {
  width: 100%;
}
.searchSite::-webkit-input-placeholder {
  color: #fff;
}

.searchSite:-moz-placeholder {
  color: #fff;
}

.searchSite::-moz-placeholder {
  color: #fff;
}

.searchSite:-ms-input-placeholder {
  color: #fff;
}

.searchSite::-ms-input-placeholder {
  color: #fff;
}

#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: -40px;
}

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

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

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

.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 2px solid #fff;
  margin-top: -2px;
}

#brandIndexContainer {
  background-image: url(../../files/brandBckImage.png);
  color: #fff;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
}

.brandIndexTitle {
  font-size: 38px;
  text-align: center;
  margin-top: 3rem;
  position: relative;
  font-family: "Vollkorn";
}

.brandIndexText {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 1.5rem auto 2rem;
  position: relative;
}

.brandsLogoContainer {
  width: 80%;
  display: flex;
  margin: 3rem auto 6rem;
  align-items: center;
  justify-content: center;
}

.brandLogo {
  width: auto;
  margin: 0 3rem;
  width: 75%;
}

.blogsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 95%;
  margin: 0 auto 0rem;
  gap: 2.5rem;
}

.blogs {
  width: 100%;
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
}

.blogPostTitle {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }

  #highlights {
    margin-bottom: 0;
  }

  #brandIndexContainer {
    padding-bottom: 3rem;
  }

  .headerMobileMenuIcon.indexStyle span {
    background: var(--white);
  }

  .headerMobileMenuIcon.indexStyle.open span {
    background: var(--base);
  }

  .brandIndexTitle {
    font-size: 21px;
    margin-top: 4rem;
  }

  .brandIndexText {
    font-size: 13px;
    margin: 1rem auto 2rem;
  }

  .brandsLogoContainer {
    width: 90%;
    display: flex;
    margin: 3rem auto 2rem;
    align-items: center;
    justify-content: center;
  }

  .brandLogo {
    width: auto;
    margin: 0 3rem;
    width: -webkit-fill-available;
  }

  .blogsContainer {
    display: block;
    width: 90%;
    margin: 0 auto 5rem;
  }

  .blogs {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
  }
}
