.product-detail-category p {
    font-size: 32.18px;
    font-weight: bold;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .product-detail-category p {
        font-size: 21.79px;
    }
}