section.policy-banner{
    height: 400px;
    margin-top: 1.4em;
    color:#fff;
    .text-box{
        background: rgba(0,0,0,.3);
        .text-box-inner{
            top:40%;
            text-align: center;
            padding: 0 3em;
        }
        h1{
            font-size: 1.8em;
            font-weight: 700;
            line-height: 2.5em;
        }
    }
}

section.policy-content {
    .text-box {
        background-color: rgb(43, 45, 66);
        padding: 2em 2em 6em 2em;
        margin-bottom: 5em;
        .text-box-inner{
            position: relative;
            background: white;
            padding: 5em 10em;
            margin-top: -8em;
        }
    }
}