.project-clarity {
  position: relative;
  padding: 28px 0;
}
@media (max-width: 767px) {
  .project-clarity {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .project-clarity__container._container {
    padding: 0;
  }
}
.project-clarity__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 767px) {
  .project-clarity__body {
    display: block;
    overflow: hidden;
    background: #faf8db;
    border-top: 1px solid #deca3c;
    border-bottom: 1px solid #deca3c;
  }
}
@media (max-width: 767px) {
  .project-clarity__slider .slick-list {
    overflow: visible;
  }
  .project-clarity__slider .slick-track {
    display: flex;
  }
  .project-clarity__slider .slick-slide {
    height: auto;
  }
  .project-clarity__slider .slick-slide > div {
    height: 100%;
  }
}
.project-clarity__item {
  width: calc((100% - 32px) / 3);
  padding: 48px 32px 98px;
  background: #faf8db;
  border: 1px solid #deca3c;
  border-radius: 24px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .project-clarity__item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .project-clarity__item {
    width: 100%;
    margin: 0 16px;
    border: none;
    border-radius: 0;
    background: transparent;
  }
}
.project-clarity__title {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.08333;
  text-align: center;
  color: #004c51;
}
.project-clarity__text {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #004c51;
}
.project-clarity__dots {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: none;
}
@media (max-width: 767px) {
  .project-clarity__dots {
    display: block;
  }
}
.project-clarity__dots ul {
  display: flex !important;
  gap: 8px;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-clarity__dots ul li {
  display: block;
  width: 12px;
  height: 12px;
  background: #deca3c;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
.project-clarity__dots ul li.slick-active {
  background: #004c51;
  border-radius: 100px 100px 0 0;
}
.project-clarity__dots ul li button {
  display: none;
}/*# sourceMappingURL=style.css.map */