.section-block {
  background-color: #fff;
}

.section-block .full-width-headline {
  display: inline-block;
  margin-bottom: 3rem;
  position: relative;
  font-family: "lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
}

.section-block .full-width-headline::after {
  border-bottom: 0.0625rem solid #a79569;
  bottom: -1.5rem;
  content: "";
  left: -1.2rem;
  position: absolute;
  width: 5rem;
}

@media print, screen and (min-width: 48em) {
  .section-block .full-width-headline {
    font-size: 2.5rem;
  }
}

.section-block .partial-width-headline {
  margin-bottom: 1.5rem;
}

.section-block .intro {
  margin-bottom: 2.1875rem;
}

.section-block p:not(:last-of-type),
.section-block img:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

.section-block .callout {
  background-color: #f4f4f4;
  padding: 2.1875rem;
}

.section-block .callout a {
  display: inline-block;
  margin-top: 1.25rem;
}

.section-block .module-section {
  margin-bottom: 2.1875rem;
}

.section-block .module-section:not(:first-child) {
  margin-top: 2.1875rem;
}

.section-block .field__item--block-location-information:not(:first-child) {
  margin-top: 2.1875rem;
}
