.header {
  background-image: url("/assets/images/charity/header.webp");
}
.header .right img {
  width: 500px;
}
.header .left {
  color: white;
}
.header .left h1 {
  font-size: 50px;
}
.header .left h4 {
  font-size: 30px;
}

.call-to-action .cta_card {
  box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  border-left: none;
  border-bottom: #F57E15 10px solid;
  background-image: none;
}
.call-to-action .cta_card h1, .call-to-action .cta_card h4 {
  color: black;
}

.about {
  background-image: url("/assets/images/charity/about-bg.webp");
  font-family: "Mulish", sans-serif;
}
.about .left h2 {
  font-weight: 700;
}
.about .left p {
  font-size: 20px;
}
.about .right img {
  width: 500px;
}

.information {
  font-family: "Mulish", sans-serif;
}
.information h1 {
  font-weight: 700;
}
.information .information-list {
  margin: 10px;
  width: 350px;
}
.information .information-list img {
  width: 350px;
}
.information .information-list h4 {
  font-weight: 700;
}

.benefit {
  color: white;
  background-color: #151515;
  font-family: "Mulish", sans-serif;
}
.benefit h1 {
  font-weight: 700;
}
.benefit .benefit-list .fa-circle-check {
  color: white;
}
.benefit .right img {
  width: 600px;
}

@media (max-width: 576px) {
  .header .left h1 {
    font-size: 35px;
  }
  .header .left h4 {
    font-size: 20px;
  }
  .about .left img {
    width: 150px !important;
  }
}/*# sourceMappingURL=charity.css.map */