@media (min-width:992px) {
    .post-type-archive.post-type-archive-product .catalogue-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    .post-type-archive.post-type-archive-product .catalogue-grid .product.type-product {
        width: 32%;
    }

    .title-card-producto {
        font-size: 1.40769rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .text-standar {
        font-size: 0.84463rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (min-width: 1920px) {
    .title-card-producto {
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .text-standar {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}


@media (max-width: 991px) {
    .title-card-producto {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .text-standar {
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}