
.po-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-template .po-site {
  padding: 0;
}

.page-template .po-header-fixed {padding-top: 92px}


.page-template .st-sticky-share-buttons {display: none !important;}

.po-page-image {
  position: relative;
  height: 500px;
  z-index: -1;
}

.po-page-image figcaption a {color: #fff;}
.po-page-image figcaption {
  opacity: .5;
  color: #fff;
  text-align: left;
  position: absolute;
  left: 5px;
  top: 5px;
  height: auto;
  width: auto;
  font-size: .7rem;
}

.po-page-image img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  object-position: center;
}

/* .po-page-image:after {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0) 35.42%, rgb(255, 255, 255) 100%);
  height: 200px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
} */

.po-page-title {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 30px;
}

.po-page-excerpt {
  font-size: 2rem;
  font-weight: 300; 
  text-align: center;
  padding: 20px 0;
}

.po-page h2 {
  font-size: var(--size-h2);
  margin-bottom:10px;
  margin-top: 40px;
}

.po-page p {
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 1.1rem;
}

.po-page ul,
.po-page ol {
  margin-left: 20px;
  margin-bottom: 30px
}

.po-page ul li,
.po-page ol li {
  margin-bottom: 6px;
}

.po-page hr {
  margin: 30px 0 50px; 
}

.po-page a {
  color: var(--ghost-accent-color);
  text-decoration: underline;
}

.po-page a:hover {color: #000; text-decoration: none;}