.flex-price {
  align-items: center;
  display: flex;
}
.desc-price-rent {
  color: #222;
  font-weight: 600;
}
@media all and (max-width: 419px) {
  .sticker--upper .sticker__item {
    font-size: .575em;
  }
}
@media all and (max-width: 399px) {
  .sticker__item.font_10 {
    font-size: 0.464rem;
  }
  .sticker--upper .sticker__item {
    font-size: .38rem;
  }
}