.articles .section-title {
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e2e2e2;
}
.articles .section-title h2 {
  color: #1a1a1a;
}
.articles .row > div:not(:last-child) .article-item {
  margin-bottom: 32px;
}
.articles .button-wrapper {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .articles .section-title {
    margin-bottom: 40px;
  }
  .articles .row {
    --bs-gutter-y: 40px;
  }
  .articles .row > div:not(:last-child) .article-item {
    margin-bottom: 0;
  }
}
