.service-container {
    border: 1px solid #FFF;
    text-decoration: none;
    color: #444;
    display: block;
    margin: 1em;
    padding: 1em;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px 0px;
    height: 375px;
    transition: box-shadow .3s;
    text-align: center;
}
.service-container:hover {
    text-decoration: none;
    box-shadow: 0 0 10px #555;
}
.service-container .img-container {
    width: 100%;
    height: 175px;
    background-position: center center;
    background-size: cover;
}
.service-container h2 {
    border-bottom: none;
}
