.why-jhf {
  background: transparent linear-gradient(174deg, #D2232A 0%, #8F0306 100%) 0% 0% no-repeat padding-box;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 90px 0;
  margin-bottom: 0;
  margin-top: 0;
}
.why-jhf-content {
  max-width: 1230px;
  margin: auto;
}
.why-jhf-content .Normal h1, .why-jhf-content .Normal h2, .why-jhf-content .Normal h3, .why-jhf-content .Normal p {
  color: #fff;
}
.why-jhf-content .Normal ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px;
}
.why-jhf-content .Normal ul > li {
  position: relative;
  flex-basis: 300px;
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 22px 22px 22px 50px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  color: #0D0D0D;
}
.why-jhf-content .Normal ul > li > p {
  color: #0D0D0D;
}
@media (min-width: 992px) {
  .why-jhf-content .Normal ul > li {
    flex-basis: 390px;
  }
}
.why-jhf-content .Normal ul > li::before {
  position: absolute;
  left: 10px;
  top: 17px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  color: #D2232A;
  width: 32px;
  height: 32px;
  font-size: 32px;
  margin-right: 15px;
}
