.product-price-history span {
    font-weight: 300;
    font-size: 10px;
}

@media(max-width:768px) {
    .product-price-history span {
        font-weight: 400;
    }
}