
/*
* SERVICES LIST
*/
.services_list{
    list-style: none;
    margin-top: 40px;
    margin-bottom: 40px;
}
.services_list li{
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.services_list li:hover{background: #F3F3F3;}
.services_list li a img{width: 100%;}
.services_list li h3{
    display: block;
    background: #003057;
    color:white;
    text-align: center;
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    padding: 5px 10px;
    margin-top:0 !important;
}
.services_list li p{
    padding-top: 15px;
    text-align: justify;
    color: #777;
}