/*
======================
HERO
======================
*/

.il-hero {
    background-image: url(https://static1.st8fm.com/en_US/content_pages/1/assets/Insurance_Landing_Hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 340px;
    padding: 25px 0;
}

.il-hero .-oneX-container,
.il-hero .-oneX-row {
    height: 100%;
}

.il-hero-title-container {
    width: 35%;
    position: absolute;
   /* bottom: 0;*/
}

.il-hero-eyebrow,
.il-hero-title {
    color: #ffffff !important;
    margin: 0;
}

.il-hero-title {
    line-height: 1.25em !important;
    font-kerning: normal;
    font-optical-sizing: auto;
    letter-spacing: -0.01em !important;
    -webkit-font-feature-settings: "opsz";
    font-feature-settings: "opsz";
    word-spacing: 0.08em;
}

.il-quick-action {
    width: 40%;
    float: right;
}

@media (max-width: 1199.5px) {
    .il-hero-title-container {
        width: 40%;
    }
}

@media (max-width: 991.5px) {
    .il-hero {
        margin-bottom: 240px;
    }
    .il-hero-title-container {
        top: 0;
        width: 30%;
    }
    .il-quick-action {
        position: absolute;
        right: 50%;
        margin-right: -225px;
        top: 200px;
        width: 450px;
    }
}

@media (max-width: 767.5px) {
    .il-hero {
        min-height: 170px;
        margin-bottom: 315px;
    }
    .il-hero-title {
        font-size: 28px !important;
        line-height: 28px !important;
    }
    .il-hero-title-container {
        top: 30px;
        right: 50%;
        width: 42%;
        margin-right: -100px;
        text-align: center;
    }
    .il-quick-action {
        box-shadow: none;
        left: 0;
        top: 145px;
        width: 100%;
        height: 270px;
    }
}

@media (max-width: 575.5px) {
    .il-hero-title-container {
        width: 215px;
    }
}

@media (max-width: 374.5px) {}