.services-div{
    margin: 10px;
    text-align: justify;
}

.text-justify{
    text-align: justify;
}

.bw-image{
    -webkit-filter: grayscale(100%); /* Safari/Chrome */
    filter: grayscale(100%);

    width: 250px;
    height: 250px;
}


#under-slider{
    position: relative;
    margin: 0 auto;
    width: 100%;
    /*background:#f2f2f2;*/
    overflow:hidden;
    padding-top:10px;
    padding-bottom:10px;
    z-index:2;
    background-color: #052053;
    color: #EEEEEE;
}
#under-slider div div h1 {
    text-transform: none;
    margin-bottom:0px;

}