.exhibition-wrapper {
  display: flex;
  gap: 1rem;
}

.exhibition-wrapper div {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.exhibition-wrapper div img {
  width: 100%;
}

.exhibition-container-center img {
  height: 50%;
}

@media (max-width: 768px) {
  .exhibition-wrapper {
    flex-direction: column;
  }

  .showcase-wrapper {
    padding: 1rem;
  }
}
