#front-services {
    position: relative;

    /*height: 500px;*/

    /*height: 700px;*/
    /*margin-bottom: 71px;*/

    margin-bottom: 35px;
}

#front-services .container {
    position: relative;

    height: 100%;
}

#front-services .row {
    position: relative;

    /*margin-top: 15px;*/
    /*margin-left: -19px;*/
    margin-left: -17px;
}

#front-services .front-card-container {
    margin-top: 48px;
}

/* responsive */
@media (max-width: 767px) {
    #front-services .row {
        /*margin: 0;*/
    }

    #front-services {
        margin-bottom: 100px;
    }

    #front-services .front-card-container {
        margin-top: 0px;
    }
}
