/**
 * 
 * 
 * 
 */

.hero-1 {
    background: #E6E6E6;
}

.hero-1__title {
    max-width: 1190px;
}

.hero-1__content * {
    font-size: 22px;
    margin: 30px 0;
    color: var(--base-color);
}

.hero-1__content > ul,
.hero-1__content li {
    margin: 30px 0;
}

.hero-1__content {
    margin-bottom: 50px;
}

.hero-1__action {
    right: 0;
    max-width: 620px;
    bottom: -75px;
}

.hero-1__content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.hero-1 {
    position: relative;
}

.hero-1:after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #E6E6E6, #E6E6E6, transparent);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-1 .container {
    opacity: .9999999;
    z-index: 1;
}

@media (min-width: 992px){

    .hero-1__content * {
        font-size: 28px;
        margin: 40px 0;
    }

    .hero-1__content {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .hero-1__content > ul,
    .hero-1__content li {
        margin: 40px 0;
    }

}

@media (max-width: 1199px){
    .hero-1 {
        background: transparent !important;
    }
}

@media (min-width: 1200px){

    .hero-1__content * {
        font-size: 32px;
        margin: 50px 0;
    }
    
    .hero-1__content {
        margin-bottom: 70px;
        margin-top: 70px;
    }

    .hero-1__content > ul,
    .hero-1__content li {
        margin: 50px 0;
    }

}

@media (min-width: 1400px){
    .hero-1__action {
        right: 0;
        max-width: 620px;
        bottom: -205px;
        position: absolute;
    }
}