html,body{
    height: 100%;
    font-family: sans-serif;
   margin-top: 50px;
}


#services .row{
    /*border-bottom: 1px solid black;*/
    padding-top: 1em;
    padding-bottom: 1em;
}

#services{
    padding: 2em 0;
    text-align: center;
}
#services img{
    height: 20em;
    border-radius: 4px;
}

.stone{
    padding-left: 0;
    padding-right: 0;
    background-color: #F6F6F6;
    
}

.last{
    border-bottom: none !important;
}
@media only screen and (max-width : 992px) {
    html,
    body{
        margin-top: 40px;
    }
 }
@media only screen and (max-width : 800px) {

    html,
    body{
        margin-top: 10px;
    }

}
@media all and (max-width: 767px) {
    .services-page-image {
        display: none;
    }
}
