#services
{
    padding-top: 0px;
    padding-bottom: 0px;
    /* background-image:url("/img/FRONT_Module/black-and-white-data.jpg"); */
    display: block;
    background-attachment: fixed;
    position: relative;
}

#services .row
{
    /*text-align: center;*/
}

#services .row .service_grid
{
    margin-bottom: 25px;
}

#services .row .service_holder
{
    border-radius: 20px;
    z-index: 10;
    /*padding-left: 10px;*/


    padding: 35px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#services .service_grid ul
{
    text-align: left;
    padding-left: 25px
}

#services .service_grid ul li
{
    margin-bottom: 10px;
    color:white;
}

.service_border
{
    max-height: 141px;
    overflow: hidden;
}

.service_holder img
{
    width: 100px;
    padding: 0 10px 10px;
}

#services .overlay
{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(0,0,0, 0.70);
}

#services p
{
    color:white;
}

#numbers .col-sm-4:not(:last-child)
{
    border-right: 0.2px solid rgb(143, 143, 143);
}

#numbers
{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#numbers b
{
    font-size: 30px;
    margin-bottom: 40px;
}