.now_serving {
	font-size: 16px;
	line-height: 29px;
}

.serving_title {
	font-weight: bold;
	margin-bottom: 5px;
}

.text_below_cities a {
	text-decoration: underline;
}

.cities {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}

.city {
	background-color: var(--light-blue);
	color: white;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	padding: 0px 16px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.city:last-child {
	margin-right: 0;
}
