.custom-hero {
  padding: 2.5rem 0 7rem;
  background: var(--color-red);
  color: white;
  position: relative;
  overflow-x: hidden;
}
.custom-hero .inner {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 250px;
  z-index: 1;
}
.custom-hero .inner .bg {
  position: absolute;
  right: -6rem;
  bottom: -8rem;
  z-index: -1;
  display: block;
  width: 690px;
  pointer-events: none;
}
.custom-hero .fwi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 800px;
}
.custom-hero strong {
  display: block;
  width: 100%;
  max-width: 600px;
  font-size: 4rem;
  line-height: 110%;
  font-weight: 700;
}
.custom-hero.wsub {
  padding-bottom: 12rem;
}
.custom-hero.wsub .inner:after {
  bottom: -8rem;
}
.custom-subhero {}
.custom-subhero.wh {
  position: relative;
  z-index: 1;
  margin-top: -9rem;
}
.custom-subhero .inner {
  background: white;
  padding: 3rem;
  position: relative;
      box-shadow: 0 4px 19px rgba(0, 0, 0, .08);
}
.custom-subhero.grey .inner {
  background: #EDF4F7;
}
.custom-subhero h2 {
  display: block;
  margin: 0 0 2.25rem;
  font-size: 2.25rem;
  line-height: 110%;
}
.custom-subhero p {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  line-height: 130%;
  color: #727272;
}
.custom-subhero ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-subhero ul li {
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #727272;
  list-style: none;
  margin-bottom: .5em;
}
.custom-subhero ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: var(--color-red);
  border-radius: 50%;
}
.custom-subhero.si .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-subhero.si .bg {
  max-width: 400px;
}