/** 
 * Color Variables
 */
.block-ways-to-fundraise__column p {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 700;
  font-style: normal;
}

.block-ways-to-fundraise {
  background-color: #8ce382;
  padding: 37.5px 0;
  margin: 32px 0;
  width: 100%;
}
.block-ways-to-fundraise__swiper {
  padding: 0 10% !important;
}
.block-ways-to-fundraise h2 {
  text-align: center;
}
.block-ways-to-fundraise__inner {
  display: flex;
  justify-content: space-evenly;
  padding: 37.5px 0;
}
.block-ways-to-fundraise__column {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.block-ways-to-fundraise__column img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
.block-ways-to-fundraise__column p {
  height: 18.75px;
}
