
@media (max-width: 460px){
  .about-page__legend {
    flex-basis: calc(50% - 14px);
  }
  .area-detail__card-info-elem div:first-child {
    margin-right: 20px;
  }
  .area-detail__card-price {
    font-size: 30px;
    line-height: 36px;
  }
  .houses__item-hypothec {
    font-size: 16px;
  }
  .hypothec-calculator__bank {
    border-radius: 16px;
  }
  .legends__legend {
    flex-basis: calc(50% - 14px);
  }
}