.orangeClass {
  color: #f47933;
}
a{
  text-decoration: none;
}
h1 {
  font-weight: bold;
  font-size: 44px;
  font-family: "Red Hat Display";
  color: black;
}

p {
  font-family: "Source Sans Pro";
}

.ourImpact {
  display: flex;
}
.ourImpact h1 {
  font-size: 44px;
  font-family: "Red Hat Display";
  font-weight: bold;
  color: black;
}
.ourImpact p {
  font-size: 20px;
  color: #727272;
  font-family: "Source Sans Pro";
}

.vv {
  border: 2px solid;
}

.center {
  width: 420px;
  max-width: 100%;
  height: auto;
}

.notCenter {
  height: auto;
  width: 600px;
  max-width: 100%;
}

.impactStories {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.impactStories .desc {
  width: 80%;
}

.childrenFed h4 {
  font-family: "Red Hat Display";
  color: #0b0f18;
  font-size: 22px;
}
.childrenFed .graph .graphResult {
  display: flex;
  height: 100%;
  padding-top: 10px;
  flex-direction: column;
}
.childrenFed .graph p {
  color: #f47933;
  font-weight: bold;
  margin-left: -5px;
  width: 4%;
  transform: rotate(89deg);
}
.childrenFed .graph span {
  height: 45px;
  display: flex;
  margin-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  color: white;
  font-family: "Source Sans Pro";
  align-items: center;
  justify-content: flex-end;
}
.childrenFed .graph .thirty {
  width: 30%;
  background-color: #f47933;
}
.childrenFed .graph .nintyThree {
  width: 80%;
  background-color: #f7a81b;
}
.childrenFed .dis {
  font-size: 20px;
}

.Boxdisc h2 {
  font-size: 40px;
  font-weight: bold;
}
.Boxdisc p {
  font-size: 20px;
}

.Stories h1 {
  font-size: 44px;
  color: black;
}
.Stories .reviewSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.Stories .impactNumber h1 {
  font-size: 44px;
  color: black;
}

.footer {
  display: flex;
  position: relative;
  border-bottom: 1px solid #727272;
  justify-content: space-between;
}
.footer .provide {
  width: 30%;
}
.footer .provide p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.footer .newsletter {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.footer .emailINput {
  display: flex;
  align-items: center;
}
.footer input {
  padding: 17px;
  position: relative;
  padding-inline: 38px;
}
.footer .sms {
  position: absolute;
  z-index: 1;
  padding-left: 8px;
}
.footer .arrow {
  position: absolute;
  left: 80%;
}
.footer .links p {
  position: absolute;
  right: 0%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0b0f18;
}
.footer .links span {
  padding-inline: 10px;
}

.footerEnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
}
.footerEnd a {
  color: #727272;
}

@media (max-width: 992px) {
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  .ourImpact {
    flex-direction: column;
  }
  .ourImpact h1 {
    font-size: 32px;
  }
  .ourImpact p {
    font-size: 18px;
  }
  .notCenter {
    width: 50%;
  }
  .center {
    width: 35%;
    float: right;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer input {
    width: 90%;
  }
  .footer .arrow {
    left: 75%;
  }
  .footer .links p {
    position: relative;
  }
  .emailINput {
    padding-top: 10px;
  }
  .footerEnd {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
  .ourImpact h1 {
    font-size: 24px;
  }
  .footer .links p {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .ourImpact {
    flex-direction: column;
  }
  .ourImpact h1 {
    font-size: 24px;
  }
  .ourImpact p {
    font-size: 16px;
  }
  .forSmall {
    align-items: center !important;
  }
}/*# sourceMappingURL=Forth.css.map */