/* Layout corrections where the MDB Bootstrap grid meets custom destination cards. */
.destination-grid.row { margin-right: 0; margin-left: 0; }
.destination-grid.row > .destination-card { padding: 22px; }
@media (max-width: 760px) { .destination-grid.row > .destination-card { width: 100%; } }

