p {
  font-weight: 400;
  font-size: 20px;
}

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

.hero-section_text {
  padding-inline: 33px;
  max-width: 450px;
  background: rgba(2, 145, 71, 0.9);
  padding-top: 52px;
  min-height: 430.75px;
  color: #FFFFFF;
}
.hero-section_text p:first-of-type {
  margin-bottom: 30px;
}
.hero-section_text h1 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
}

.operation-and-maintenance-section {
  margin-top: 56px;
  margin-bottom: 187px;
}

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

.section-paragraphs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 56px;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 18px;
  }
  .hero-section_text {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .hero-section {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=operations-and-maintenance.css.map */