@media (max-width: 992px){
    .div-cards-blog-tags{
        justify-content: center;
    }
}

@media (max-width: 768px){
    .topic-category-blog-tags{
        font-size: 20px;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 1.5rem;
    }

    .topic-category-blog-tags span{
        font-size: 12px;
        font-weight: 400;
        line-height: 48px;
    }
}