.price {
    white-space: nowrap;
}
.price-old {
    text-decoration: line-through;
    opacity: 0.6;
}

.price .cny {
    font-size: .9em;
    color: lemonchiffon;
}

.cny-info {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.justify-center {
  margin: auto;
  text-align: center;
}

.prices .price .cny {
    display: block;
    line-height: 1em;
}

.software-block .software-block__info .price .cny-info {
    margin-bottom: 30px;
}