.announcement-sec {
    background-color: #565656;
    text-align: center;
    /* margin-top: -14px; */
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;

}

.announcement-sec h5 {
    margin: 0;
    color: #ffffff;
    line-height: 28px;
}

.announcement-sec a {
    color: #4faeb3;
    line-height: 100%;
    font-weight: 300;
}

.announcement-sec h5 span {
    padding-left: 15px;
}

.announcement-sec a:hover {
    color: #fff;
}

@media screen and (max-width: 596px) {
    .announcement-sec h5 span {
        display: none;
    }

}