div.narrow-banner + div.config-prof-advice {
    margin-top: 0;
}

.narrow-banner {
    width: 100%;
    display: inline-block;
    margin: 15px auto;
}

.narrow-banner a {
    width: 100%;
    background: #F9E5B0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.narrow-banner .content {
    font: 600 16px/150% var(--text-font);
    color: #745400;
    padding: 8px;
}

/* .narrow-banner .content span {
    font-weight: 700;
    color: var(--main-color);
} */

@media screen and (max-width: 1199px) {
    .narrow-banner .content {
        font-size: 14px;
    }
}

@media screen and (max-width: 999px) {
    .narrow-banner {
        margin: 20px auto;
    }
}