.featured-posts-sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.featured-posts-sidebar .archive-card {
    margin: 10px;
}
.featured-posts-sidebar .archive-card .card img.image {
    border-radius: 16px;
}
.featured-posts-sidebar .archive-card .card h4.title {
    text-align: left;
    color: #000000;
    font-size: 20px;
    margin: 3px 0px;

    
}
.whats-next {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--e-global-color-645ac07);
}
.whats-next a.archive-card .card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px;
    border-radius: 10px;
}
.whats-next .featured-image {
    height: 200px;
    background-position: center;
    border-radius: 10px;
    background-size: cover;
}
.whats-next  .archive-card h4.title {
    color: var(--e-global-color-645ac07);
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}