.hero-section {
  margin-top: 6.7rem;
  background: url(../img/servicesHero_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-block: 59px;
  margin-bottom: 56px;
}

.hero-section_text {
  width: 100%;
  height: 410.75px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 70px;
}
.hero-section_text h1 {
  font-weight: 600;
  font-size: 42px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.hero-section_text p {
  font-size: 20px;
}

.services-section {
  margin-bottom: 86px;
}

.section-header {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-bottom: 58.19px;
}
.section-header h3 {
  color: #02960C;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.1;
}

.services-section-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}

.services-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: rgba(241, 241, 241, 0.9);
  box-shadow: 0px 3.76715px 3.76715px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.services-card:hover {
  background: #02960C;
}
.services-card:hover p {
  color: rgba(255, 255, 255, 0.9);
}
.services-card:hover h4 {
  color: #FFFFFF;
}
.services-card h4 {
  font-weight: 600;
  font-size: 20px;
  color: #222222;
}
.services-card p {
  color: rgba(34, 34, 34, 0.9);
  font-weight: 400;
  font-size: 16.9522px;
}
.services-card h4, .services-card p {
  margin-inline: 12px;
}

.card-image {
  width: 100%;
  height: 160.1px;
}
.card-image img {
  height: 100%;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.moving-texts-section {
  margin-bottom: 92px;
}

@media screen and (max-width: 1200px) {
  .services-section-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .services-section-content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 450px) {
  .hero-section {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=services.css.map */