.gallery-arc-wrapper {
  flex-direction: column;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.gallery-arc-wrapper--content {
  display; flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  z-index: 15;
  margin-top: -10%;
  gap: 1.75rem;
  padding-left: 20rem !important;
  padding-right: 20rem !important;
  flex: 1;
  gap: 1.5rem;
}

.cell {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center bottom;
}

.cell-content img {
  width: 18.5rem !important;
  height: 21.8125rem !important;
  object-fit: cover;
  border-radius: 1rem;
}

.picker {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
}

.heading-margin-bottom {
margin-bottom: 1.5rem;
}

@media (max-width: 1023px) {
  .gallery-arc-wrapper--content {
    margin-top: -10%;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

}

@media (max-width: 690px) {
  .gallery-arc-wrapper--content {
    margin-top: -20%;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

}






