.announcement-text {
    padding: 4px 15px;
    line-height: normal;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}
.announcement-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: #ffffff9c;
    color: #fff;
}
@media screen and (max-width: 375px) {
    .announcement-text {
        font-size: 8px;
    }
}