.news-preview {
  margin-top: 26px;
}

.news-preview h2,
main > .container > h1 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.12;
}

.post-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(87, 111, 126, 0.2);
  border-radius: 16px;
  padding: 18px;
  margin: 12px 0;
}

.post-card__title a {
  color: var(--text);
  text-decoration: none;
}

.post-card__title a:hover {
  color: #214f75;
}
