.header-notification-message {
    /*color: #332820;;*/
    line-height: 1.9rem;
    text-align: center;
    font-size: 20px;
    width: 100%;
    display: block;
}


@media (max-width: 999px) {
    .header-notification-message {
        line-height: 1.5rem;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .header-notification-message {
        line-height: 1rem;
        font-size: 14px;
        padding: 10px;
    }
}

.displaybanner-container p {
    margin-bottom: unset;
}
