.home-hero {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 416px;
    margin-bottom: 64px;
    position: relative;
    z-index: 0;
}
.home-hero .h1 {
    margin-bottom: 16px;
}
.home-hero:after {
    background: linear-gradient(101.37deg, #1A1A1A 23.33%, rgba(26, 26, 26, 0) 49.99%);
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    opacity: 0.74;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.home-hero-bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media (min-width: 992px) {
    .home-hero {
        font-size: 24px;
        height: 727px;
    }
    .home-hero .h1 {
        margin-bottom: 24px;
    }
    .home-hero .hero-quote-form {
        margin-top: 40px;
    }
}
.home-section {
    margin-bottom: 48px;
}
@media (min-width: 992px) {
    .home-section {
        margin-bottom: 112px;
    }
}