#services-section{
    justify-content: center !important;
}


.services .services-tools__container {
    margin: 0 650px;
}

@media (max-width: 480px) {
    .services .services__article-title {
        min-height: 52px;
    }
}

/* 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-section-2 {
        justify-content: center !important;
    }
    .services .services-tools__container {
        align-items: center;
    }
    .services .services-tools__container {
        margin: 0;
    }
}
/* 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-section-2 {
        justify-content: center !important;
    }
    .services .services-tools__container {
        align-items: center;
    }
    .services .services-tools__container {
        margin: 0;
    }
}
/* mobile */
@media (max-width: 480px) {
    #services-section-2 {
        justify-content: center !important;
    }
    .services .services-tools__container {
        align-items: center;
    }
    .services .services-tools__container {
        margin: 0;
    }
}