.blog-card-home {
    border-radius: 30px;
    overflow: hidden;
    width: 850px;
}

.blog-card-home figure {
    height: 550px;
}

@media screen and (max-width:767px) {
    .blog-card-home {
        flex-direction: column;
    }

    .blog-card-home figure {
        height: 225px;
    }

    .blog-card-home {
        width: 300px;
    }

    .blog-card-home .txt {
        display: none;
    }

    .blog-card-home .title {
        padding-top: var(--spacing-3);
    }

    .blog-card-home .category {
        font-size: 13px;
    }

}