.case_studies_slider .slick-slide {
  height: auto;
}

.case_studies_slider .slick-slide > div {
  height: 100%;
}

.case_studies_slider .dw_image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.case_studies_dots .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.case_studies_dots .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #d9d9d9;
  font-size: 0;
  line-height: 0;
}

.case_studies_dots .slick-dots li button::before {
  display: none;
}

.case_studies_dots .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}

@media (max-width: 767.98px) {
  .case_studies_slider .dw_image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}
