.services__club-swiper .services__swiper-wrapper, .services__virtual-swiper .services__swiper-wrapper  {
    justify-content: center !important;
}
/* Mobile */
@media (max-width: 480px) {
    .services .services__main-title {
        font-size: 1.8rem;
    }

    .services .services-tools__title {
        font-size: 1.5rem;
    }
    
    .services .services-banner__bloc-picture-title {
        font-size: 1.5rem;
    }

    .services .services-gift__title {
        font-size: 1.8rem;
    }


    .services .services-banner__right {
        margin-left: 0;
        margin-right: 0;
    }

    .services .services-banner__bloc-picture-infos-container {
        margin: 0 15px;
    }

    .services .services-banner__bloc-picture {
        margin: 40px 0 60px;
    }

    .services .services-banner__bloc-picture-img img {
        width: 100vw;
        transform: translateX(-20px);
    }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .services .services-banner__bloc-picture-title {
        font-size: 1.5rem;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}