.block-locations .page {
  margin-bottom: 25px;
  background: #fef1ea;
  border-radius: 30px;
  padding: 30px;
}
.block-locations .page img {
  display: block;
  margin: auto;
}
.block-locations .page h2 {
  font-size: 2.125rem;
  min-height: 90px;
  margin-bottom: 0;
}
.block-locations .page h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #2bcd2a;
  font-size: 1.5rem;
  font-weight: normal;
}
.block-locations .page .contact-info {
  font-size: 1.125rem;
  line-height: 1.2;
}
.block-locations .page .contact-info::before {
  content: "";
  display: none;
  border-left: 1px solid #8a8b8d;
  position: absolute;
  height: 80%;
  left: 0;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .block-locations .page .contact-info::before {
    display: block;
  }
}
.block-locations .page .contact-info a {
  overflow-wrap: break-word;
  display: flow-root;
}
.block-locations .page .receptie {
  margin-top: 10px;
  color: #4d4d4f;
  font-size: 1.125rem;
  line-height: 1.3;
}
.block-locations .page .receptie .open-hours {
  border-top: 1px solid #8a8b8d;
  padding-top: 25px;
}
.block-locations .page .receptie ul {
  padding-left: 25px;
}

/*# sourceMappingURL=locations.css.map */
