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

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

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

.text-services-section {
  padding-top: 0px;
  padding-bottom: 40px;
}

.text-services-section h3 {
  color: var(--green, #568e3e);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.text-services-section,
.text-services-section p,
.text-services-section ul {
  color: var(--black, #2f2f37);
  font-size: 14px;
}

.text-services-section .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 25px;
}

.text-services-section .text-wrapper:last-child {
  padding-bottom: 0;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .text-services-section {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .text-services-section h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .text-services-section,
  .text-services-section p,
  .text-services-section ul {
    font-size: 17px;
  }
  .text-services-section .text-wrapper {
    gap: 12px;
    /* padding-bottom: 20px; */
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .text-services-section {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .text-services-section h3 {
    font-size: 24px;
    padding-bottom: 24px;
  }
  .text-services-section,
  .text-services-section p,
  .text-services-section ul {
    font-size: 18px;
  }
  .text-services-section .text-wrapper {
    gap: 16px;
    padding-bottom: 40px;
  }
}

.slider-services-section {
  padding-top: 0px;
  padding-bottom: 40px;
}

.swiper-pagination5 {
  text-align: center;
}

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

.slider-services-section .swiper5 .swiper-pagination-bullets {
  position: relative;
  bottom: -20px;
}

.slider-services-section .swiper5 .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);
}

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

.slider-services-section .swiper5 {
  padding-bottom: 20px;
}

.slider-services-section .swiper5 li div {
  border-radius: 8px;
  /* max-width: 343px; */
  height: 305px;
}

@media screen and (min-width: 768px) {
  .slider-services-section {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .slider-services-section .swiper5 li div {
    border-radius: 20px;
    /* max-width: 464px; */
    height: 402px;
  }
}

@media screen and (min-width: 1280px) {
  .slider-services-section {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .slider-services-section .swiper5 {
    overflow: hidden;
  }
}
