.ck-content, .ck-content > span, .ck-content > p, .entry-page-wraper p, .entry-wraper p {
    font-family: var(--font-primary) !important;
  	font-style: normal !important;
    font-weight: 400 !important;
  	font-size: 20px !important;
}

figure.image {
  width: 100%;
}

figure.image img, figure img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  object-position: center;
}

/* Mobile styles - reduce height to half */
@media (max-width: 768px) {
  figure.image img, figure img {
    height: 380px;
  }
}