.book-spots-wrapper .grid{gap:1.5rem}.book-spots-wrapper .card{width:48%;max-height:150px;border-radius:10px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}@media screen and (min-width:1024px){.book-spots-wrapper .card{max-width:150px;max-height:150px}}.book-spots-wrapper .card:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.1)}.book-spots-wrapper .card .card-image{position:relative;width:100%;height:100%}.book-spots-wrapper .card .card-image .card-text{position:relative;top:-49px;background-color:rgba(0,0,0,.6);color:#fff;padding:.5rem;font-weight:700;text-align:center;width:100%;font-size:.875rem;white-space:nowrap}.book-spots{flex-wrap:wrap;gap:10px}@media screen and (min-width:1024px){.book-spots{flex-wrap:nowrap;justify-content:space-between}}