.container {
  gap: 10px;
  background-color: var(--color-secondary);
  border-radius: var(--border-radius);
  padding: 10px;
  margin-bottom: 50px;
  height: auto;
  position: relative;
  padding-bottom: 25px;
}

.slide-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  width: auto;
  height: 300px;
}

img {
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--border-radius);
}

.swiper {
  cursor: grab;
}

.swiper:active {
  cursor: grabbing;
}

/* styles for pagination */
.swiper-pagination {
  position: absolute;
  bottom: 5px !important;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: black;
}
