.hero-done-section {
  padding-top: 92px;
  padding-bottom: 40px;
}

.hero-done-bg {
  height: 720px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-done-section .hero-done-bg h1 {
  color: var(--white, #fff);
  text-align: center;
  text-shadow: 0.819px 0.819px 0.819px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 48px;
}

@media screen and (min-width: 768px) {
  .hero-done-section {
    padding-top: 125px;
    padding-bottom: 70px;
  }
  .hero-done-bg {
    height: 470px;
  }
  .hero-done-section .hero-done-bg h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-done-section {
    padding-top: 176px;
    padding-bottom: 100px;
  }
  .hero-done-bg {
    height: 680px;
  }
  .hero-done-section .hero-done-bg h1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 48px;
  }
}

.done-projects-section {
  padding-top: 0px;
  padding-bottom: 40px;
}

.done-projects-section .container h2.simple-title {
  margin-bottom: 8px;
}

.done-projects-section .done-projects-text {
  color: var(--black, #2f2f37);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}

.swiper-pagination-done {
  text-align: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.done-projects-section .swiper-done .swiper-pagination-bullets {
  position: relative;
  bottom: -20px;
}

.done-projects-section .swiper-done .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  margin: 0 6px;
  opacity: 1;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: var(--transition-dur-and-func);
}

.done-projects-section .swiper-done .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--green, #568e3e);
  border: 1px solid var(--green, #568e3e);
}

.done-projects-section .swiper-done {
  padding-bottom: 20px;
}

.done-projects-section .swiper-done li div {
  border-radius: 8px;
  /* max-width: 343px; */
  height: 305px;
}

@media screen and (min-width: 768px) {
  .done-projects-section {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .done-projects-section .container h2.simple-title {
    margin-bottom: 12px;
  }
  .done-projects-section:last-child {
    padding-bottom: 50px;
  }
  .done-projects-section .done-projects-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .done-projects-section .swiper-done li div {
    border-radius: 20px;
    /* max-width: 464px; */
    height: 402px;
  }
}

@media screen and (min-width: 1280px) {
  .done-projects-section {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .done-projects-section .container h2.simple-title {
    margin-bottom: 16px;
  }
  .done-projects-section:last-child {
    padding-bottom: 80px;
  }
  .done-projects-section .done-projects-text {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .done-projects-section .swiper-done {
    overflow: hidden;
  }
}
