.serv-row a {
    display: block;
    border: 2px solid #ea9216;
    padding: 1em;
    box-shadow: 5px 5px 0 #dfdfdf;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.serv-row {
    margin-bottom: 2em;
}

.serv-row a:hover {
    background: #ea9216;
    text-decoration: none;
    color: #000;
    box-shadow: 8px 8px 0 #464646;
}
#content .size-medium {
    box-shadow: 5px 5px 0 #dfdfdf;
}

#content p + p .btn {margin-top: .5em; }