.tp-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.tp-card-image{height:190px}
.tp-card-body h3{min-height:48px}
.tp-destination-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.tp-destination{min-height:255px}
@media(max-width:1050px){.tp-grid,.tp-destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){
  .tp-grid,.tp-destination-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:2px 2px 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .tp-grid::-webkit-scrollbar,.tp-destination-grid::-webkit-scrollbar{display:none}
  .tp-card,.tp-destination{flex:0 0 84%;scroll-snap-align:start}
  .tp-card-image{height:215px}.tp-destination{min-height:250px}
}
