.latest-news-title span,
.announcements-section.media-section .announcements-title span {
    color: #9E9E9E;
}

.announcements-section.media-section {
    background-color: var(--bg-main, #ffffff);
}

.announcement-date{font-size: 16px; font-weight: 600; }
.announcement-heading{font-size: 14px; font-weight: 500;}

.latest-grp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

