.units li {
  align-items: center;
  gap: 20px;
}

.units strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.units small {
  display: block;
  margin-top: 5px;
  color: #657269;
  font-size: 12px;
  line-height: 1.45;
}

.units span {
  white-space: nowrap;
}

.property-body .bbr-note {
  margin: 12px 0 0;
  color: #87938c;
  font-size: 10px;
}

@media (max-width: 480px) {
  .units li {
    align-items: flex-start;
  }
}
