@media (max-width: 640px) {
  .hero-shade {
    background: linear-gradient(
      90deg,
      rgba(7, 30, 20, 0.72) 0%,
      rgba(7, 30, 20, 0.58) 58%,
      rgba(7, 30, 20, 0.38) 100%
    );
    animation: none;
  }

  .mobile-actions a {
    min-height: 50px;
    font-size: 14px;
  }
}

