.landing-page .NavBar {
    background: #fff;
}

.landing-page .logo a {
    display: inline-block;
}

.landing-policy-page #container,
.landing-ask-page #container {
    padding-bottom: 40px;
}

.landing-policy-section .otherbox,
.landing-ask-section .otherbox {
    background: #fff;
    box-sizing: border-box;
}

.landing-policy-section .otherbox {
    padding: 32px;
}

.landing-policy-subheading {
    font-weight: bold;
    font-size: 1.6em;
    border-bottom: 1px solid #082e62;
    margin: 32px 0 16px;
    padding-bottom: 8px;
}

.landing-policy-subheading-sm {
    font-size: 1.2em;
}

.landing-policy-section p {
    line-height: 1.8;
    margin-bottom: 18px;
    word-break: break-word;
}

.landing-policy-image-box {
    text-align: center;
}

.landing-policy-image-box img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .landing-policy-section .otherbox {
        padding: 20px 16px;
    }

    .landing-policy-subheading {
        font-size: 1.2em;
        margin: 24px 0 12px;
    }
}