#highlights {
  margin-bottom: 0;
}

#highlights figure,
#highlights img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100svh - var(--menu-height));
}

.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 var(--white) !important;
  border-radius: 50px !important;
  width: 18px !important;
  height: 18px !important;
  background-color: transparent !important;
  color: transparent;
  opacity:0;
  font-size: 0;
  top: -5px;
  left: -5px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 9px;
  background-color: var(--white);
  border-radius: 10px;
}
body .group-look-slider .slick-dots li {
    width: 10px !important;
}

.group-look-slider-title {
 text-transform: uppercase;
 font-weight: 500 !important;
}

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

.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid var(--white);
  
}
.blogs{
  display: none;
  flex-direction: column;
  justify-content: center;
}
.blogSliderTitleContainer{
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 30px auto;
}
.blogsContainer{
  width: 100%;
  margin: 20px 0;
  display: flex;
  gap: 30px;
  text-align: center;
  justify-content: center;
  align-self: center;
}
.blogPostRegular{
  width: 160px;
}
.postPreviewFile{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
}
.postPreviewFile img{
  width: 160px;
  height: 160px;
  border-radius: 165px;
}
.blogTextContainer{
  width:100%;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }

.group-look-slider .slick-track {
    padding-bottom: 10px !important;
}
  .sliderContainer {
    margin-bottom: 40px;
  }
  .group-look-slider-title {
    text-transform: uppercase;
    font-weight: 400 !important;
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    font-size: 20px !important;
    color: #56514E;
    font-family: var(--font2);
}
}
