article.full .entry-content img {
    margin: 0;
}

.hero .hero__content .hero__content--text {
    font: 20px/24px "garamond-premier-pro", serif;
    font-variant-numeric: oldstyle-nums proportional-nums;
    letter-spacing: -0.02em;
    line-height: 29px;
}

.scholar .scholar__item:nth-child(odd) {
    flex-direction: row-reverse;
}

.scholar .scholar__item:nth-child(even) {
    flex-direction: unset;
}

.scholar .scholar__item--content strong {
    font-weight: bold;
    color: #000;
}

.scholar .scholar__item--content p span {
    text-decoration: underline;
}

.scholar .scholar__item--content p span.hanging-quote {
    text-decoration: none;
}

@media screen and (max-width: 768px) and (min-width: 567px) {
    .scholar .scholar__item iframe {
        height: 400px;
    }
}