@media (max-width: 620px) {
  .vehicle-showcase__heading h2 {
    font-size: clamp(34px, 9.6vw, 40px);
  }
}
