.preview-page {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .preview-page {
    flex-direction: column;
  }
}
.preview-page-image, .preview-page-content {
  filter: drop-shadow(0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.16));
  position: relative;
}
.preview-page-image {
  height: calc(100% - 3rem);
  z-index: 2;
  flex-basis: 48%;
  margin-right: -2rem;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .preview-page-image {
    height: auto;
    width: calc(100% - 2rem);
    margin-right: initial;
    margin-bottom: -2rem;
  }
}
@media all and (max-width: 600px) {
  .preview-page-image {
    width: 100%;
  }
}
.preview-page-image__thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.preview-page-content {
  z-index: 1;
  background-color: #004D8B;
  color: #FFFFFF;
  flex-basis: calc(52% + 2rem);
  padding: 4.2rem;
}
@media all and (max-width: 1100px) {
  .preview-page-content {
    padding: 4rem 2rem 2rem;
  }
}
.preview-page-content__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.06;
}
.preview-page-content__title {
  font-size: 2.13rem;
  font-weight: bold;
  font-family: "Lora", sans-serif;
  margin-bottom: 1.3rem;
}
.preview-page-content__content {
  margin-bottom: 2rem;
}
/*# sourceMappingURL=preview-page.css.map */
