.services .services__articles {
    width: 100%;
    margin-left: 25%;
}

/* 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__articles {
    margin-left: 26%;
}
}
/* 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__articles {
    width: 100%;
    margin-left: 17%;
}
}
/* mobile */
@media (max-width: 480px) {
    .services .services__articles {
    margin-left: 11%;
}
.services .services-banner__bloc-picture-text {
    width: 103%;
}
}