#towns {
  background: rgb(25,25,25);
  padding: 20px;
}

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

#towns h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 5px;
  text-shadow: 1px 1px 2px #000;
}

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

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

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

#towns h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-shadow: 1px 1px 2px #000;
}

@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;
}

