.hero-section {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.hero-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 292px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1100px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hero-section .h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
}

.hero-section .bg-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -9;
}

.hero-section .bg-stretch img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tile-section {
    position: relative;
}

.tile-section .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 630px;
}

.hero-section .h1 {
    color: #000000;
}

@media screen and (min-width: 1024px) {
    .tile-section {
        padding: 145px 0;
    }
}

@media screen and (max-width: 768px) {
    .hero-section .container {
        min-height: 98px;
    }

    .hero-section {
        padding-top: 0;
    }
}

.tile-section .bg-decor {
    display: block;
    max-width: 280px;
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .tile-section .bg-decor {
        position: absolute;
        bottom: -60px;
        right: 0;
        z-index: 1
    }
}

@media screen and (min-width: 1024px) {
    .tile-section .bg-decor {
        max-width: none
    }
}

.tile-section .bg-decor img {
    display: block
}

.benefit-section {
    width: 100%;
    max-width: 1100px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
