/**
 * State Page - Custom CSS overrides
 */


.city-content p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 46px;
	font-size: 25px;
}
.wp-block-list {
  margin-left: 20px;
}
.city-content ul li {
  list-style: disc;
  margin: 10px;
  font-size: 25px;
}
.city-content h3 {
	line-height: 39.6px;
	font-weight: 400;
	font-size: 33px;
}
.city-content h2 {
	line-height: 80px;
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.city-content a {
  font-weight: 600;
}
.city-content p strong {
  font-weight: 600;
}