/* Popular Locations Block */
.popularLocationsContainer a {
  text-decoration: none;
}

.popularLocationsHeader {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding: 20px;
}

.popularLocationItem {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: black;
  padding-bottom: 20px;

}