.rider-card-gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items horizontally */
  gap: 20px; /* Add spacing between items */
  margin: 20px auto; /* Center the container */
}

.rider-card-gallery-item {
  flex: 1 1 calc(25% - 20px); /* Adjust width to fit 4 items per row, minus the gap */
  min-width: 100px;
  box-sizing: border-box; /* Include padding and border in width */
}/*# sourceMappingURL=ride-studio-cafe.css.map */