.o-latest-posts-c {

}

.o-latest-posts-c__title {
    text-transform: uppercase;
    margin-block: 0 2rem;
    font-size: 1.25rem;
}

.o-latest-posts-c__inner {
    display: grid;
    gap: 1.5rem;
}

.o-latest-posts-c__item {
    display: grid;
    gap: 1rem;
}

.o-latest-posts-c__item img {
    object-fit: cover;
    min-width: 100%;
    height: auto;
    aspect-ratio: 240 / 168;
}

.o-latest-posts-c__name {
    font-size: 1.375rem;
    text-transform: uppercase;
    margin: 0 0 -0.375rem;
    text-wrap: initial;
}

.o-latest-posts-c__link {
    color: inherit;
    text-decoration: none;
}

.o-latest-posts-c__date {
    color: var(--color-grey);
    font-size: 1rem;
    line-height: 1;
}