.main {
    padding: 24px 0;
}

.case-list .list-title {
    font-size: 16px;
    margin-bottom: 16px;
}

.list-swiper {
    margin-bottom: 30px;
}
.list-swiper .in-swiper {
    position: relative;
}
.list-swiper .swiper-container {
    width: 95%;
    height: 100%;
}
.list-swiper .swiper-slide {
    height: 227px;
}
.list-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-swiper .swiper-button-next,
.list-swiper .swiper-button-prev {
    background: none;
    text-align: center;
    font-size: 16px;
}
.list-swiper .swiper-button-next {
    right: 0;
}
.list-swiper .swiper-button-prev {
    left: 0;
}

@media screen and (max-width: 1199px) {
    .list-swiper .swiper-slide {
        height: 185px;
    }
}

@media screen and (max-width: 991px) {
    .list-swiper .swiper-container {
        width: 92%;
    }
    .list-swiper .swiper-slide {
        height: 133px;
    }
}

@media screen and (max-width: 767px) {
    .list-swiper .swiper-container {
        width: 85%;
    }
    .list-swiper .swiper-slide {
        height: auto;
    }
}