/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/mission-how-we-help/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.mission-how-we-help {
  padding-top: var(--wp--preset--spacing--2-xl);
  padding-bottom: var(--wp--preset--spacing--2-xl);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mission-how-we-help--white {
  background-color: #ffffff;
  color: #26293d;
}
.mission-how-we-help--light-grey {
  background-color: #f3f4f6;
  color: #26293d;
}
.mission-how-we-help--dark {
  background-color: #26293d;
  color: #ffffff;
}
.mission-how-we-help--dark .mission-how-we-help__heading {
  color: #ffffff;
}
.mission-how-we-help--dark .mission-how-we-help__intro {
  color: rgba(255, 255, 255, 0.7);
}
.mission-how-we-help__container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 2;
}
.mission-how-we-help__header {
  margin-bottom: var(--wp--preset--spacing--xl);
}
.mission-how-we-help__heading {
  font-size: var(--wp--preset--font-size--step-3);
  font-weight: 700;
  margin: 0 0 var(--wp--preset--spacing--s) 0;
  color: #26293d;
}
.mission-how-we-help__intro {
  font-size: var(--wp--preset--font-size--step-0);
  line-height: 1.6;
  color: rgba(38, 41, 61, 0.7);
  margin: 0;
  max-width: 720px;
}
.mission-how-we-help__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--l);
}
@media (max-width: 640px) {
  .mission-how-we-help__grid {
    grid-template-columns: 1fr;
  }
}
.mission-how-we-help__footer {
  margin-top: var(--wp--preset--spacing--xl);
  text-align: center;
}
.mission-how-we-help__cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  font-size: var(--wp--preset--font-size--step-0);
  font-weight: 600;
  color: #e22526;
  border: 2px solid #e22526;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mission-how-we-help__cta:hover {
  background-color: #e22526;
  color: #ffffff;
}

/*# sourceMappingURL=style-index.css.map*/