.home .entry-header {
    display: none;
}

.home .entry-header {
    display: none;
}

.wp-block-latest-posts__featured-image {
    overflow: hidden;
    aspect-ratio: 2 / 1;
}

.wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}