.mpCards {
  width: 100%;
  height: 100%;
}
.mpCards .swiper-arrow {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .mpCards .swiper-arrow {
    display: none;
  }
}
.mpCards .swiper-arrow-prev, .mpCards .swiper-arrow-next {
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid #0f62fd;
  cursor: pointer;
  border-radius: 200px;
}
.mpCards .swiper-arrow-prev {
  background: url(prev.svg) rgba(0, 0, 0, 0.5) no-repeat center center;
  background-size: 10px;
}
.mpCards .swiper-arrow-prev:hover {
  background-color: black;
}
.mpCards .swiper-arrow-next {
  background: url(next.svg) rgba(0, 0, 0, 0.5) no-repeat center center;
  background-size: 10px;
}
.mpCards .swiper-arrow-next:hover {
  background-color: black;
}

.mpCards .swiper-slide {
   text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width:320px;
}