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

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

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

.coporate-governance-section {
  margin-bottom: 56px;
}

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

.coporate-governance_paragraphs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.the-board-section {
  margin-bottom: 132px;
}
.the-board-section .section-header {
  margin-bottom: 0;
}

.board-members-img-container {
  padding-left: 25%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 316px;
  gap: 56px 20px;
}
.board-members-img-container > div {
  position: relative;
}
.board-members-img-container > div img {
  width: 100%;
  height: 100%;
}

.img-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 11px;
  left: 12px;
}
.img-text span {
  color: #585656;
}
.img-text span:first-of-type {
  font-weight: 500;
}
.img-text span:nth-child(2) {
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  .the-board-section .section-header {
    margin-bottom: 30px;
  }
  .board-members-img-container {
    padding-left: 15%;
  }
}
@media screen and (max-width: 400px) {
  .board-members-img-container {
    padding-left: 0;
  }
  p {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .hero-section {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=coporate.css.map */