@media (min-width: 1441px) {
  :root {
    --scale-spacing: 1.25;
  }

  .hero-title {
    height: 100%;
    min-height: 35rem;
    max-height: none;
  }

  .card-list .card { -webkit-box-flex: 0; -ms-flex: 0 0 30rem; flex: 0 0 30rem; }
  .section-title { font-size: calc(var(--font-m) * 1.25); }
  .text-m-lg { font-size: var(--font-m); }

  .dot {
    height: 1.5rem;
    max-height: 1.5rem;
    max-width: 1.5rem;
    width: 1.5rem;
  }
}