.default-page .featured-image {
  width: 100%;
  min-height: 300px;
  aspect-ratio: 16/7;
  overflow: hidden;
}
.default-page .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.default-page .content-wrapper .page-title,
.default-page .content-wrapper .page-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.default-page .content-wrapper .page-title {
  margin-bottom: 30px;
}
.default-page .content-wrapper .page-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.default-page .content-wrapper .page-content * {
  text-align: center;
}
.default-page .content-wrapper .page-content img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
