@media (max-width:600px) {
    .post-card-02 figure{
        border: 1px solid #fff;
    }

    .post-card-02 figure figcaption{
        padding-top: 1.5vw;
        padding-bottom: 1.5vw;
        font-size: calc(var(--post_card_text_font_size)*0.22vw); /* 22% tamanho, mas em vw*/
    }
}