.mySwiper2 .swiper-slide{
    flex-wrap: wrap;
    margin-top: 40px;
}
.mySwiper2 .swiper-slide .hdkL{
    margin-bottom: 40px;
}
.mySwiper2 .swiper-slide .hdkL:hover .img img{
    transform: scale(1.08);
}
.mySwiper2 .swiper-slide .hdkL .img img{
    transition: all .3s linear;
}
.mySwiper2 .swiper-slide .hdkL .img{
    overflow: hidden;
    border-radius: 12px;
}

@media (max-width: 767px){
    .mySwiper2 .swiper-slide{
        margin-top: 10px;
    }
    .mySwiper2 .swiper-slide .hdkL{
        margin-bottom: 15px;
    }
    .mySwiper2 .swiper-slide .hdkL:nth-last-of-type(1){
        margin-bottom: 0;
    }
}