.services-card {
  padding-top: 100px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}
.services-card::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
  opacity: 0.2;
}
.services-card .services-card-wrapper {
  z-index: 2;
  position: relative;
  max-width: var(--container-max-width);
  margin: 0 auto;
  gap: 20px;
}
.services-card .services-card-wrapper .slider .swiper-wrapper {
  margin-bottom: 50px;
  justify-content: space-around;
  height: 419px;
}
@media screen and (max-width: 550px) {
  .services-card .services-card-wrapper .slider .swiper-wrapper {
    height: auto;
  }
}
.services-card .services-card-wrapper .slider .swiper-wrapper .service-card {
  position: relative;
  height: auto;
}
.services-card .services-card-wrapper .slider .swiper-wrapper .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--color-logo-green);
}
.services-card .services-card-wrapper .slider .swiper-pagination {
  padding: 20px;
}
.services-card .services-card-wrapper .slider .swiper-pagination .swiper-pagination-bullet {
  background: black;
}
.services-card .services-card-wrapper .slider .swiper-button-prev,
.services-card .services-card-wrapper .slider .swiper-button-next {
  color: black;
}
.services-card .services-card-wrapper .text {
  display: flex;
  justify-content: space-between;
  color: #d0d0ce;
  margin-bottom: 50px;
}
.services-card .services-card-wrapper .text .titles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services-card .services-card-wrapper .text .titles .title {
  margin: 0;
  color: white;
}
.services-card .services-card-wrapper .text .titles .subtitle {
  margin: 0;
  color: white;
}
.services-card .services-card-wrapper .text .stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  color: white;
}
.services-card .services-card-wrapper .text .stat .number {
  font-size: 36px;
}
.services-card .services-card-wrapper .text .stat .number,
.services-card .services-card-wrapper .text .stat .subtext {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 550px) {
  .services-card .services-card-wrapper .text {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .services-card .services-card-wrapper .text .stat .number, .services-card .services-card-wrapper .text .stat .subtext {
    justify-content: start;
  }
}

/*# sourceMappingURL=services_card.css.map */
