span.price.sale-price {
    color: red;
}

/*tekst centreren op mobiele pagina*/
@media only screen and (max-width: 767px) {
    .card-information {
        text-align: center;
    }
}