
a.service-tile {
    margin-top: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid black;
}

a.service-tile > div.service-tile-title > span {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

a.service-tile > div.service-tile-body {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}

