.section-title {
  margin-top: 70px;
}

.status {
  color: #888;
  margin-top: 36px;
  line-height: 1.7;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.article-card {
  min-height: 260px;
}

.article-card h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  margin-bottom: 14px;
}

.article-card .subtitle {
  color: #cfcfcf;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.article-card .excerpt {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 18px;
}
