.service-tile{
width: 100%;
background: #AC363B;
color: white;
width: calc(100% - 20px);
margin-left: 10px;
margin-bottom: 20px;
}
a.no-decoration:hover{
text-decoration: none !important;
cursor: pointer;
}
.service-tile :is(h2, p, div, a){
color: white;
text-align: center;
}
.service-tile .service-content{
padding: 0 20px 20px 20px;
}
.service-tile img{
position: relative;
aspect-ratio: 3/2;
object-fit: cover;
}
.service-tile .relative{
position: relative;
}
.service-tile .overlay{
z-index: 10;
position: absolute;
inset: 0;
width: 100%;
height: 100%;
min-height: 10px;
background: linear-gradient(360deg, #AC363B 0%, transparent 30%);
}
.service-tile .service-price{
font-size: 28px;
font-weight: 500;
}