.services .services-banner__bloc-picture-text {
    width: 87%;
}
/* 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) {
    .services .services__article-title {
        min-height: 54px;
    }
    .services .services-tools__intro {
        max-width: 528px;
    }
}
/* 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-tools__intro {
        max-width: 528px;
    }
    .services .services-banner__bloc-picture-infos-container {
        width: 464px;
    }
}
/* mobile */
@media (max-width: 480px) {
    .services .services__article-title {
        min-height: 57px;
    }
    .services .services-banner__bloc-picture-text {
        width: 100%;
    }
}