.heroBanner {
    margin-bottom: 60px;
}

.heroBanner__wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: #EEF0EC;
}

.heroBanner__content {
    position: relative;
    max-width: 83rem;
    padding-top: 60px;
    background: #EEF0EC;
    margin: auto;
    width: 90%;
}

.heroBanner__content h1 {
    padding-bottom: 10px;
    font-size: 2.8rem;
    color: #323232;
    font-weight: 600;
}

.heroBanner__actions .btn__more {
    display: block;
    height: 70px;
    padding: 20px 40px;
    color: #323232;
    font-size: 1.8rem;
    font-weight: 500;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
    background: #fff;
}

.heroBanner__actions .btn__more:hover {
    padding: 20px 35px 20px 45px;
}

.heroBanner__content:after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (min-width:1120px) {
    .heroBanner {
        margin-bottom: 140px;
        padding-top: 142px;
        background: center center no-repeat;
        background-size: cover;
    }

    .heroBanner__wrapper {
        width: 90%;
        max-width: 106rem;
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
        background: none;
    }

    .heroBanner__content {
        max-width: 100%;
        padding: 60px 8rem 0px 8rem;
        width: 85rem;
        padding-bottom: 120px;
        margin-left: 0;
    }

    .heroBanner ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .heroBanner li {
        width: 50%;
    }

    .heroBanner__actions {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}