.impact_banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -80px;
  padding: 10rem 0;
  padding-bottom: calc(10rem - 80px);
}
@media screen and (max-width: 767px) {
  .impact_banner {
    padding: 7rem 0;
    padding-bottom: calc(7rem - 80px);
  }
}
.impact_banner .container {
  position: relative;
  z-index: 2;
}
.impact_banner .main-heading {
  color: var(--plainclr);
  text-transform: capitalize;
}
.impact_banner p {
  color: var(--plainclr);
  margin-bottom: 32px;
}
.impact_banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.91) 0%, rgba(255, 255, 255, 0.24) 100%);
  transform: translateZ(0);
  pointer-events: none;
}

@media (max-width: 767px) {
  .bannerimpact p {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .bannerimpact .main-heading {
    line-height: 28px !important;
  }
}/*# sourceMappingURL=company-banner.css.map */