.benefits-card{
    width:100%;
    padding-right: 20px;
    
    
}
.benefits-cards{
    /* background-color: whitesmoke; */

    border-radius: 20px;
}
.benefitsofus img{
    display: block;
    width: 100%;
}
.benefits-card-img img{
    display: block;
    width: 60px;
    padding:5px;
    border:2px solid #B206DE;
    border-radius: 5px;
}
.step{
    color: black !important;
}


/* team-cards */
.team_cards{
    position:relative;
}

.flexible-header{
    text-align: center;
}



/* swiper-slider */

.swiper-cards {
    position: relative;
    height: 100%;
  }

.swiper-cards {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.swiper {
    width: 360px;
    height: 400px;
  }
  .swiper-img{
    height:40%;
  }
  .swiper-img img{
    display: block;
    width: 100%;
    height:135%;
    
  }

  .swiper-slide {
    /* padding:20px; */
    border-radius: 18px;
    
    color:black;
    background-color: whitesmoke;
  }
  .swiper-content{
    padding:20px;
    
  }



  
 


