.price {
  display: inline-flex;
  align-items: baseline;
}

.price--end {
  justify-content: flex-end;
}
