Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
@media screen and (min-width: 768px) {
.card__heading {
font-size:20px !important;
}
.price {
font-size: 15px !important;
}
}
@media screen and (max-width: 767px) {
.card__heading {
font-size: 20px !important;
}
.price {
font-size: 15px !important;
}
}