.cw-card-soft-shaded-header {
    border-color: var(--warmGrayWg);
    background-color: var(--beigeLight);
}

.cw-card-soft-shaded-header .cw-body > h2, .cw-card-soft-shaded-header .cw-body > h3, .cw-card-soft-shaded-header .cw-body > h4, 
.cw-body > [class^=header-], .cw-card-soft-shaded-header .cw-body > .content-title{
    color:#fff;
    background-color:var(--claret) !important;
    text-align:center;
}

@media (min-width: 768px) {
    .page-footer .footer-nav {
        justify-content: center;
    }

    .page-footer .footer-nav .footer-flex-col {
        max-width: 300px;
    }
}