/* Center the two Tours call-to-action cards without changing mobile sizing. */
@media (min-width: 768px) {
  .lamilka-tours__cta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 1024px !important;
  }
}
