@media (min-width: 300px) {
  h2 {
  }
}

@container (min-width: 300px) {
  h2 {
  }
}

