section.solutions-banner{
    height: 450px;
    color:#fff;
    .banner{
        .text-box {
            position: relative;
            background: transparent;
        }
        .text-box-inner{
            max-width:920px;
            margin:0 auto;
        }
    }
    h1{
        font-size: 3em;
        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(--fs-color-primary);
        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: rgb(255, 242, 208);
    color: #121111;
    margin: 4em auto;
    padding:2em 6em;
    line-height: 2em;
    font-size: 16px;
    a{
        color: #fff;
        text-decoration: none;
    }
    h2{
        text-align: center;
        padding: .2em 2em;
        font-size: 1.4em;
        text-transform: uppercase;
        margin-top: 3em;
    }
}
@media (max-width: 992px) {
    section.solutions-banner {
        h1 {
            font-size: 2em;
        }
    }
    section.solutions-container{
        padding: 2em 1em;
    }
    .container{
        width: 100%;
        padding: 1px;
    }
}