.rk-story-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(45deg, red, blue);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rk-story-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.swiper {
  width: 100%;
  padding: 10px;
}
