.properties-list-item {
  display: flex;
  float: left;
  width: calc(100% / 2);
  gap: 1rem;
  font-weight: 600;
}

.properties-list-item img {
  width: 20px;
}

@media screen and (min-width: 1350px) {
  .properties-list-item {
    width: calc(100% / 3);
  }
}
