.header-notification {
    text-align: center;
    color: #fff;
    padding: 7px 0;
    font-size: 13px;
}

.header-notification__inner {
    padding: 0 20px;
    font-size: inherit;
}

.header-notification p {
    line-height: 1.3;
    font-size: inherit;
}

.header-notification a,
.header-notification a:visited {
    color: #fff;
}

@media (min-width: 768px) {
    .header-notification {
        font-size: 14px;
        padding: 8px 0;
    }
}

@media (min-width: 1600px) {
    .header-notification {
        font-size: 15px;
    }
}