 
 /* MULTI ROW */
 
 .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
.swiper-slide{cursor: pointer;padding: 0.25% 0;margin: 0;background: #a30ef9 !important;border-radius: 30px 0px;box-shadow: 6px 6px 0px 0px #c062fc;transition-duration:0.2s;}
.swiper-slide:hover{background: #8300ce;box-shadow: 6px 6px 0px 0px #00bb87;}
.swiper-slide h3{padding: 4% 0 1%;text-align: center;color: #0efc8f;}

 
    .swiper-slide img{
  /* width: inherit; */
  max-width: 90%;
  /* float: left; */
  /* display: inline-block; */
  /* height: 100%; */
  min-width: 40%;
  /* position: initial; */
  max-height: 100%;
  padding: 5%;
  border-radius: 30px 0;
  }
    
    .swiper-slide h3{
    /* width: 100%; */
    float: left;
    top: 3%;
    /* left: 8%; */
    z-index: 99;
    background: blueviolet;
    box-shadow: 5px 5px 0px 0px #00bb87;
    border-radius: 5px;
    padding: 1%;
    position: absolute;
    /* display: inline-block; */
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: 200px;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }