.latest-post-link.promoted-post {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 2rem;
    align-items: /*center*/ flex-start;
    background: #00697D;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    text-decoration: none;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .latest-post-link.promoted-post {
        grid-template-columns: 1fr;
    }
    h1 {
    font-size: 2rem;
}
}
.latest-post-link.promoted-post img {
	border-radius: 1rem;
}
.cen-home-page__news .cen-topic-view > ul > li {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.cen-grid-item.homepage-news-layout {
    background: #00697D;
    z-index: 99;
    color: #FFFFFF;
}