.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--mid-page-statement .photo-frame {
  aspect-ratio: 1/0.85;
  overflow: hidden;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.block--mid-page-statement .photo-frame svg {
  inset: 0;
  pointer-events: none;
  z-index: 2;
  top: -0.375rem;
  left: 0.625rem;
  width: calc(100% + 8px);
  height: calc(100% + 12px);
}
.block--mid-page-statement .photo-frame img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.block--mid-page-statement .headline {
  color: #837443;
  font-size: 1.125rem;
}
.block--mid-page-statement .wysiwyg.large-text {
  font-family: "Oxygen", sans-serif;
  color: #1C3649;
}
.block--mid-page-statement .wysiwyg.large-text p {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .block--mid-page-statement .wysiwyg.large-text p {
    font-size: 1.5rem;
  }
}
