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/partnerHero_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;
}

.our-client-and-partners {
  margin-bottom: 100px;
}

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

.img-section {
  margin-bottom: 116px;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 120px 17%;
}

.nagos {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 299.14px;
  height: 118.82px;
}

.heritage {
  width: 97.85px;
  height: 97.85px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.mags {
  height: 142.3875579834px;
  width: 174.7332305908px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.nnpc {
  height: 92.9310379028px;
  width: 98px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.shell {
  width: 171px;
  height: 95.76px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 450px) {
  .hero-section {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=partners.css.map */