
.l-bg--black div:nth-child(24) .c-hero-feature-03__image{
  position: static !important;
  max-width: 100%;
  display: block;
  height: auto;
}

.c-hero-feature-03__lead{
    font-family: var(--font-family-hdg);
    font-size: var(--h2-font-size-pc);
    }

.l-bg--black {
    background-color:#FFF;
    color:#000 !important;
}

@media only screen and (min-width: 769px) {
    .c-hero-feature-03 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}