.swiper-button-prev{
  color: #fffdfd;
  width: 30px;
  height: 30px;
  right: 60px; /* Adjust this value */
  background-color: rgba(53, 26, 151, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
 .swiper-button-next {
  color: #fdfcfc;
  width: 30px;
  height: 30px;
  right: 10px; /* Adjust this value */
  background-color: rgba(78, 27, 160, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-button-prev::after{
  font-size: 20px;
}
 .swiper-button-next::after {
  font-size: 20px;
}
.swiper-button-next:focus{
  border:none !important;
  outline: none !important;
}
.swiper-button-prev:focus{
  border:none !important;
  outline: none !important;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}
