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);
        margin-bottom: 5em;

        .text-box-inner {
            position: relative;
            background: white;
            margin-top: -8em;
        }

        h2 {
            font-size: 1.2em;
        }
    }
}