.mySwiperReference .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Reference{
margin-top: 25px;
margin-bottom: 130px;
}

.Reference .card{
    margin-bottom: 30px;
    width: 100%;
    height:433px;
}
.Reference .swiper-slide {
width: 48% !important;
}
.Reference .mySwiperReference{
    padding:0 10px;
}

