@media (min-width: 981px) {
  .hero .container {
    width: min(calc(100% - 40px), 1280px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
  }

  .report-preview-image {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}
