    .swiper-container.swiper-chisiamo {
        width: 100%;
        height: 100%;
    }

    .swiper-container.swiper-chisiamo .swiper-slide.swiper-slide-next p:nth-child(1):after{
        width: 50px;
        height: 50px;
        background: #000;
        display: block;
    }

    .swiper-container.swiper-chisiamo  .swiper-slide {
        display: inline;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background: #fff;
        padding: 25px;
        color: #666;
        font-size: 1.05rem;
    }
    .swiper-container.swiper-chisiamo .swiper-slide:nth-child(1n) {
        background: url(../img/1.gif) #fff no-repeat bottom right;
        background-size: 30px;
    }

    .swiper-container.swiper-chisiamo .swiper-slide:nth-child(2n) {
        background: url(../img/2.gif) #fff no-repeat bottom right;
        background-size: 30px;
    }

    .swiper-container.swiper-chisiamo .swiper-slide:nth-child(3n) {
        background: url(../img/3.gif) #fff no-repeat bottom right;
        background-size: 30px;
    }