h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1.5rem;
}


@media (min-width: 1024px) {
  .content-grid {
    grid-template-columns: 2fr 1fr !important;
  }

  .content-grid-reverse {
    grid-template-columns: 1fr 2fr !important;
  }
}