#towns p {
  font-family: 'Old Standard TT';
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
}

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

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

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

