.home-banner-outer {
    background-color: var(--brand-primary);
    color: #fff
}

.home-banner-outer .home-banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .home-banner-outer .home-banner-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.home-banner-outer .home-banner-inner h1 {
    display: inline-block;
    margin: 0 0 20px;
    word-break: break-word
}

@media (min-width:1200px) {
    .home-banner-outer .home-banner-inner h1 {
        margin: 0 0 30px
    }
}

.home-banner-outer .home-banner-inner h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 20px
}

@media (min-width:768px) {
    .home-banner-outer .home-banner-inner h2 {
        font-size: 20px;
        line-height: 26px
    }
}

@media (min-width:992px) {
    .home-banner-outer .home-banner-inner h2 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width:768px) {
    .home-banner-outer .home-banner-inner .parallax-col {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .home-banner-outer .home-banner-inner .parallax-col .parallax-img {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

.home-banner-outer .home-banner-inner .btn-outer {
    margin: 25px 0 0
}

@media (min-width:992px) {
    .home-banner-outer .home-banner-inner .btn-outer {
        margin: 40px 0 0
    }
}