.cv-property-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 12px;
  margin-bottom: 20px;
}
.cv-property-features__item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.9375rem;
  color: #444;
}
.cv-property-features__icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.cv-property-features__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
