/* Fix for blog card images to cover full horizontal width */
.blog-card-img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
}

.blog-card .blog-card-img {
    border-radius: 0.375rem 0.375rem 0 0 !important;
}
