.package { grid-template-columns: auto 62px 1fr auto; padding: 12px; }
.package img { width: 62px; height: 62px; border-radius: 11px; object-fit: cover; background: #f0e5d5; }
.package strong { white-space: nowrap; }
@media (max-width: 380px) {
  .package { grid-template-columns: auto 52px 1fr; }
  .package img { width: 52px; height: 52px; }
  .package strong { grid-column: 3; justify-self: start; }
}
