#grid {
  margin-bottom: -30px;
  display: flex;
  flex-direction: column;
}

.grid-page-element {
  margin-bottom: 30px;
}

.element-h1 {
	margin-bottom: 0px;
}

.grid-page-element h2:first-child, .grid-page-element h3:first-child, .grid-page-element h4:first-child, .grid-page-element h5:first-child, .grid-page-element h6:first-child {
  margin-top: 0px;
}

.quick-search-wrapper {
  max-width: 260px;
  margin: auto 0;
}