@media (max-width: 640px) {
  .gift-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 14px 75px;
  }

  .gift-path { min-height: 310px; margin: 0; }
  .gift-path img { object-position: center; }
  .gift-path::after { background: linear-gradient(0deg, rgba(3,12,25,.82), rgba(3,12,25,.06) 76%); }
  .gift-path > span { right: 14px; bottom: 15px; left: 14px; }
  .gift-path small { font-size: 8px; letter-spacing: .12em; }
  .gift-path strong { margin: 7px 0; font-size: 32px; }
  .gift-path em { font-size: 0; }
  .gift-path em i { font-size: 20px; }
}
