.service-tile{
    background-size: cover;
    background-position: center;
    aspect-ratio: 2/3;
    padding: 100px 30px 30px;
    margin-bottom: 30px;
}
@media (max-width: 767px){
    .service-tile{
        aspect-ratio: 1/1;
        padding: 40px 20px;
    }
}

.service-tile .title{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 8px black;
}
.service-tile .text{
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 0 0 8px black;
}
.service-tile a{
    font-size: 16px;
    text-align: center;
    color: white;
    text-shadow: 0 0 8px black;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}
