#towns {
  background: #e0e0e0;
  padding: 20px;
  width: 95%;
}

@media (min-width: 576px) {
  #towns {
    border-radius: 5px;
  }
}

#towns p {
  font-family: 'Roboto Condensed';
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 576px) {
  #towns p {
    font-family: 'Roboto Condensed';
    font-size: 20px;
  }
}

#towns h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

@media (min-width: 576px) {
  #towns h2 {
    font-size: 20px;
  }
}

#towns .ps {
  font-family: 'Nothing You Could Do';
  font-weight: 400;
  font-size: 27px;
  line-height: 0;
  letter-spacing: 3px;
}

.list-towns {
  line-height: 1.2;
}

@media (min-width: 360px) {
  .list-towns {
    column-count: 2;
    column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .list-towns {
    column-count: 4;
  }
}

@media (min-width: 992px) {
  .list-towns {
    column-count: 4;
  }
}

.list-towns li {
  margin-bottom: 9px;
}

@media (min-width: 992px) {
  .list-towns {
    margin-left: calc(0px + 5vw);
    line-height: 1.2;
  }
}

.list-towns li {
  margin-bottom: 7px;
}

