.prop-list-item-name {
  font-family: Verdana, Geneva, sans-serif;
}

.click-to-open {
  font-family: Verdana, Geneva, sans-serif;
}

.list-items {
  margin-top: 15px;
  margin-bottom: 15px;
}

.properties-container {
  margin-top: 46px;
}

.lakoparki-h2 {
  font-size: 29px;
  text-transform: uppercase;
}

.section {
  margin-top: 25px;
}

@media (max-width: 479px) {
  .prop-list-item-name {
    font-size: 12px;
  }
  .properties-container {
    margin-top: 5px;
  }
  .lakoparki-h2 {
    font-size: 22px;
    text-align: center;
  }
  .section {
    margin-top: 10px;
  }
  .heading {
    font-size: 31px;
    text-align: center;
  }
  .list {
    padding-left: 30px;
  }
  .list-2 {
    padding-left: 30px;
  }
}