
/*  */
/* 
*/
.service-tile .tilecontent {
    padding: 1rem 1.5rem 1.5rem !important;
}
@media (max-width: 480px) {
    .service-tile.half .tilecontent .bottom p {
        -webkit-line-clamp:2;
    }
    .service-tile.half:after {
        padding-bottom: 65% !important;
    }
}
 
/*  */