.geness-page-hero,
.geness-page-content {
--geness-page-text-width: 865px;
}
.geness-page-hero {
padding: 36px 0 20px;
}
.geness-page-hero__title,
.geness-page-hero__kicker,
.geness-page-content__body.entry-content {
box-sizing: border-box;
width: 100%;
max-width: var(--geness-page-text-width);
margin-left: auto;
margin-right: auto;
}
.geness-page-hero__title {
margin-top: 0;
margin-bottom: 8px;
padding: 0;
color: #231f20;
font-family: "Playfair Display", serif;
font-size: 42px;
font-weight: 400;
line-height: 1.15;
text-align: left;
}
.geness-page-hero__kicker {
margin-top: 0;
margin-bottom: 0;
padding: 0;
color: #000;
font-size: 14px;
font-weight: 400;
line-height: 1.3;
text-align: left;
}
.geness-page-content {
padding-bottom: 80px;
}
.geness-page-content__body.entry-content {
text-align: left;
font-size: 15px;
font-weight: 400;
line-height: 1.55;
color: #231f20;
}
.geness-page-content__body > :first-child {
margin-top: 0;
}
.geness-page-content__body p {
margin: 0 0 1em;
}
.geness-page-content__body h2,
.geness-page-content__body h3,
.geness-page-content__body h4 {
text-align: left;
color: #2f3285;
margin: 1.4em 0 0.6em;
line-height: 1.25;
}
.geness-page-content__body ul,
.geness-page-content__body ol {
margin: 0 0 1em;
padding-left: 1.35em;
}
.geness-page-content__body a {
color: #2f3285;
text-decoration: underline;
text-underline-offset: 2px;
}
.geness-page-content__body a:hover {
color: #252066;
}
.geness-page-content__body .page-links {
margin-top: 2em;
font-size: 14px;
}
@media (max-width: 680px) {
.geness-page-hero {
padding: 28px 0 16px;
}
.geness-page-hero__title {
font-size: 32px;
}
.geness-page-content {
padding-bottom: 56px;
}
.geness-page-content__body {
font-size: 14px;
}
}