.services {
    --FONT-CLARINS: "Tajawal Medium", "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT:"Tajawal Light" "Gotham_Light", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-BOOK:"Tajawal Regular" "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Tajawal Regular" "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
}

#services-section {
    justify-content: center !important;
}

.services .services-tools__container {
    margin: 0 650px;
}


/*@media (min-width: 1331px) {
.services .services-tools__container {
        margin-right: calc((100% - 1264px) / 2) !important;
}
}*/



@media (min-width: 1025px) {
.services .services-header__bloc {
    margin-right: 80px !important;
}

}


 @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;
    }
}
@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;
    }
}
@media (max-width: 480px) {
    #services-section-2 {
        justify-content: center !important;
    }
    .services .services-tools__container {
        align-items: center;
    }
    .services .services-tools__container {
        margin: 0;
    }
}