.news-content-container {
    flex-direction: row !important;
    align-items: start !important;
}

.news-related-content-sidebar a, .news-related-content-sidebar h2 {
    color: white !important;
    font-family: 'Hind', sans-serif;
}

.news-related-content-sidebar ul {
    list-style-type: none;
    padding-top: 20px;
}

.news-related-content-sidebar {
    background-color: var(--e-global-color-secondary);
    color: white;
    padding: 40px 30px;
}

aside + .event-flex {
    justify-content: center;
}

ul.pages-list, ul.downloads-list {
    margin: 0 0 20px 0;
}

.related-news-content h2 {
    text-align: start;
}

@media screen and (max-width: 767px) {
    .news-related-content-sidebar {
        width: 100%;
    }
    .related-news-content ul {
        margin: 0;
    }
}