.header-disclosure {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    font-family: var(--wp--preset--font-family--graphik-compact);
}

.header-disclosure a {
    font-weight: 400;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .header-disclosure {
        text-align: center;
    }

    .site__header {
        justify-content: center;
    }

    .site__header img {
        width: 139px;
    }
}