.swiper.home-slide-swiper {
    border-radius: 10px;
}
.home-slide .image {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.476%;
    border-radius: 10px;
}
.home-slide .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slide .swiper-pagination {
    position: static;
    margin-top: 31px;
}
@media (min-width: 1024px) {
    .home-slide .swiper-slide {
        width: calc(50% - 21.5px);
        margin-right: 43px;
    }  
}
@media (max-width: 767.98px) {
    .home-slide .image {
        /* padding-bottom: 73.09%; */
    }
}