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;
        }
    }
}

.policy-content {
    .text-box {
        background-color: var(--color-secondary);
        margin-bottom: 5em;
        .text-box-inner{
            position: relative;
            background: white;
            // padding: 5em 10em;
            margin-top: -8em;
        }
    }
}