.service-tiles {
    border: 1px solid grey;
}

.service-card {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px; /* instead of margin-right */
}