.description h5 {
    font-size: 14px !important; /* Adjust the size as needed */
}


@media (max-width: 768px) { /* Apply only on mobile view */
    .item-price-wrap {
        display: block; /* Ensure it doesn't flex and misalign */
        text-align: center; /* Center the price */
        width: 100%; /* Take full width of the card */
    }

    .item-price {
        font-size: 14px !important; /* Reduce text size */
        font-weight: bold;
        color: #D9534F; /* Ensure visibility, adjust color as needed */
    }
}