.flex-content.blog-posts {
    padding: 90px 0;
    background-color: var(--bs-secondary);
}

.flex-content.blog-posts .row {
    --bs-gutter-x: 4rem;
}

.flex-content.blog-posts .image {
    line-height: 0;
    aspect-ratio: 2/1.2;
}
.flex-content.blog-posts .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}