.CollectionMain > span {
  display: block;
  position: relative;
}

read-more div[data-content] {
	overflow: hidden;
	max-height: 68px;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

read-more button[data-toggle] {
	text-decoration: underline;
}

.PageHeader--withBackground--Container {
	flex-wrap: wrap;
}

.PageHeader--withBackground--Container .SectionHeader__Description {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}