.swiper {
  padding: 40px 0;
  position: relative;
}

.swiper-slide {
  border-radius: 16px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0.5;
  transform: scale(0.8);
  transition: transform 0.5s ease, opacity 0.5s ease;
  user-select: none;
  box-sizing: border-box;
}

.swiper-slide-active {
  opacity: 1;
  z-index: 2;
  transition: all 1s;
  scale: 1.25;
}

.swiper-slide-prev,
.swiper-slide-next {
  filter: blur(1px);
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.rsam-slider-content {
  padding: 70px 20px 70px 20px;
  width: 90%;
  margin: 0 auto;
}
.rsam-slider-content h6 {
 margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.rsam-slider-content .o-text.date {
    margin-bottom: -8px;
    font-size: 12px;
}

.rsam-slider-content .o-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
}
.rsam-slider-content .o-btn {
    font-size: 14px;
}