#galleries-explore {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-card {
  display: flex;
  flex-direction: column;
}

.gallery-card:hover {
  cursor: pointer;
}

.gallery-card-profile {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-card-text {
  font-size: 16px;
}

.gallery-card-info {
  display: flex;
  flex-direction: row;
  font-size: 16px;
}

.gallery-text-separator {
  margin: 0 5px;
  font-weight: bold;
}
