.post-card {
  display: block; }

.post-card__link {
  display: block;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  font-size: .9rem;
  text-decoration: none;
  color: #313131; }

.post-card__link::after {
  content: "";
  display: block; }

.post-card__image {
  display: block;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none; }

.post-card__image-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px; }

.post-card__image-frame::before {
  content: "";
  display: block;
  padding-top: calc(100% / 4 * 3); }

.post-card__title {
  margin: .5rem 0 0 0;
  color: #3a3a3a;
  font-size: 1.1rem;
  padding: 0;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.45; }

.post-card__link:hover .post-card__title-text,
.post-card__link:focus .post-card__title-text,
.post-card__link:active .post-card__title-text {
  text-decoration: underline; }

.post-card__date {
  padding: .325rem 0 0 0;
  color: #9a9a9a;
  font-size: .85rem;
  font-family: sans-serif;
  text-decoration: none; }

.post-card__date:hover {
  text-decoration: none !important; }

.post-card__author-meta {
  display: none; }

.home-page {
  background: #fefefe;
  color: #3a3a3c;
  padding: .65rem 2rem;
  box-sizing: border-box; }

.home-page__header {
  margin: 1rem 0; }

.home-page__title {
  font-weight: 700;
  text-align: left;
  font-size: 2.325rem; }

.home-page__quote {
  width: 100%;
  max-width: 790px;
  font-style: italic;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-family: "pt-serif", serif; }

.home-page__quote-line {
  margin-bottom: .65rem;
  word-break: break-word; }

.home-page__quote-source {
  margin-top: 1.1rem;
  font-style: normal; }

.home-page__main {
  margin-bottom: 2rem; }

.home-section__heading {
  margin-bottom: 5px; }

.home-section__heading,
.home-section__heading-link {
  display: block;
  box-sizing: border-box; }

.home-section__heading-link {
  color: inherit;
  text-decoration: none; }

.home-section__title {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.625rem; }

.home-section__heading-link:hover {
  background: #f1f3f5;
  text-decoration: none; }

.home-section__heading-link:active {
  background-color: #cecece; }

.home-section__description {
  width: 100%;
  max-width: 790px;
  margin-bottom: 1rem;
  font-size: .9rem;
  line-height: 1.5;
  color: #5a5a5a;
  font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }

.post-grid {
  padding: 0 0 .65rem 0;
  display: flex;
  flex-flow: row wrap;
  column-gap: 1%;
  max-width: 1280px; }

.post-grid__item {
  list-style: none;
  flex: 0 1 24.25%;
  width: 24.25%;
  box-sizing: border-box;
  background: #ffffff;
  margin: 0 0 45px 0;
  display: inline-block;
  cursor: pointer; }

.post-grid__item--more {
  align-self: flex-start;
  padding: .65rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1; }

.post-grid__more-link {
  display: block;
  font-size: .9rem;
  text-decoration: none;
  color: #313131; }

.home-footer__links {
  margin-top: 0.65rem;
  display: flex;
  flex-flow: column nowrap;
  padding: 0; }

.home-footer__link-item {
  flex-basis: 25%;
  list-style: none; }

.home-footer__link {
  font-family: inherit; }

.home-footer__notes {
  color: #999999;
  font-size: .8rem;
  padding-left: 1rem;
  margin-top: 2rem;
  font-family: sans-serif; }

@media only screen and (max-width: 768px) {
  .home-page {
    padding: .65rem; }
  .post-grid__item {
    flex-basis: 100%;
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .home-page {
    padding: .65rem 1rem; }
  .post-grid__item {
    flex-basis: 32.5%;
    width: 32.5%; } }

@media only screen and (max-device-width: 736px) {
  .home-footer__link-item {
    padding: 0.125rem;
    box-sizing: border-box; } }
