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

.header-text {
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  color: #02960C;
  text-align: center;
}

.hero-section {
  margin-top: 6.7rem;
  background: url(../img/consulting_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;
}

.consulting-section_header, .contract-section_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

.consulting-section {
  margin-bottom: 56px;
}

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

.contract-section {
  margin-bottom: 96px;
}

.contact-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 96px;
}

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