.backend a {
  pointer-events: none !important;
}
.backend .slider {
  pointer-events: none;
}

.slider {
  overflow: initial !important;
  cursor: -webkit-grab;
  cursor: grab;
}

.slider .swiper-slide {
  text-align: center;
}

.slider .slide-content {
  max-width: 100%;
  margin: 0 auto;
}

.slider .slide-content img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.slider h3 {
  font-family: serif;
  font-weight: 700;
  margin-top: 1rem;
}

.slider p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}