section.solutions-banner{
    height: 450px;
    color:#fff;
    .banner{
        .text-box {
            position: relative;
            background: rgba(0, 0, 0, .2);
        }
        .text-box-inner{
            width: 55%;
            margin-left:calc(50% - 550px);
        }
    }
    h1{
        font-size: 3rem;
        font-weight: 700;
        /*text-transform: uppercase;*/
        text-shadow: 2px 2px 1px rgba(0, 0, 0, .5);
    }
    .button{
        padding:0 1.5em;
        border-radius: 5px;
        background-color: var(--brand-color);
        color: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22);
        border-color: rgba(0,0,0,.05);
    }
}

section.solutions-container{
    background-color: rgba(0, 202, 202, .1);
    color: #121111;
    margin: 4rem auto;
    /*margin: 4em auto;*/
    /*padding:3em 6em;*/
    /*line-height: 2em;*/
    /*font-size: 16px;*/

    h2{
        /*text-align: center;*/
        /*padding: .2em 2em;*/
        /*font-size: 1.4em;*/
        /*margin-top: 3em;*/
    }
}
