.price {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
}

.price .big {
    font-size: 2.4rem;
    font-weight: 700;
    color: #111;
    margin-right: 4px;
}

.price-small {
    margin-top: 4px;
    font-size: 0.95rem;
    color: #555;
}