﻿.whole-info .prop-item {
  display: flex;
  width: 100%;
  padding: 1rem 0.5rem;
  font-size: var(--text-xxs);
  color: var(--color-text);
}
.whole-info__container {
  width: 50%;
}
.whole-info__container:last-of-type {
  text-align: right;
}
.whole-info__title {
  width: 100%;
  display: block;
  font-size: var(--text-xxs);
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 1rem;
}


