#who-we-help {
  position: relative;
}
#who-we-help .who-we-help-left {
  background: rgb(240, 86, 51) url("assets/img/bg-logo.png") no-repeat center center;
  background-size: cover;
  min-height: 600px;
}
#who-we-help .who-we-help-left-text {
  font-family: "DM Sans", sans-serif;
  color: #fff;
}
#who-we-help .who-we-help-left-text h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
#who-we-help .who-we-help-left-text p {
  font-weight: 300;
  font-size: 40px;
}
#who-we-help .who-we-help-right {
  position: relative;
  background: rgb(248, 151, 52);
}
#who-we-help #triangle-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f05633;
  border-right: 100px solid transparent;
}

/*# sourceMappingURL=front-who-we-help.css.map*/