h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #bc1e2c;
}
.museums-item>div{
	border-top: 10px solid #bc1e2c;
}
.museums-item:last-child>div {
	border-bottom: 10px solid #bc1e2c;
}
.museums-item h2 {
	font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.museums-item h3,
.museums-item .more a {
	font-size: 18px;
  font-weight: bold;
  color: #bc1e2c;
}
.museums-item h3,
.museums-item .more {
	margin-top: 10px;
}
.museums-item .more {
	margin-bottom: 10px;
}