.swiper {
  width: 220px;
  height: 220px;
  padding: 0px;
  margin: 0px;
}

.swiper-slide{
    display: flex;
    justify-content: center;
    border-radius: 15px;
}

.swiper-button-prev, .swiper-button-next{
    color: aliceblue;
}

.swiper-pagination-bullet-active{
    background-color: aliceblue;
} 

.s1{
    z-index: 3;
}

.s2{
    z-index: 2;
}

.s3{
    z-index: 1;
}

@media screen and (max-width: 420px) {
    .swiper {
        width: 180px;
        height: 180px;
        padding: 0px;
        margin: 0px;
      }
}

@media screen and (max-width: 400px) {
    .swiper {
        width: 160px;
        height: 160px;
        padding: 0px;
        margin: 0px;
      }
}