body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}

#services-section{
    justify-content: center !important;
}

.services .services-tools__container {
    margin-left: calc((100% - 37%) / 2);
}


/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .services .services__article-title {
        min-height: 52px;
    }
    #services-section-2 {
        justify-content: center !important;
    }
    .services .services-tools__container {
        align-items: center !important;
        margin-left: 20px;
    }
    #services-section {
    justify-content: center !important;
    margin-left: 10px;
}
}

/* 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 !important;
        margin-left: unset;
    }
}

/* 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 !important;
        margin-left: unset;
    }
}



