.gotdirt-ourservices {
    padding: 100px 0;
}

.gotdirt-ourservices h1 {
    padding: 0px 0 50px;
}

a.car-washing {
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 5%);
    display: block;
    border-radius: 15px;
    text-align: center;
    padding: 90px 0;
    border-bottom: 10px solid transparent;
    position: relative;
    z-index: 1;

}

a.car-washing::before {
    opacity: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #EC1F27, #770000);
    top: 0;
    left: 0;
    border-radius: 6px;
    z-index: 0;

}

a.car-washing:hover {
    border-bottom: 10px solid #EC1F27;
}

a.car-washing:hover::before {
    opacity: 0.5;

}

.car-washing span.car-icon {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.car-washing h3 {
    max-width: 227px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    font-family: 'nunitobold';
}

a.car-washing:hover h3 {
    color: #ffffff;
}

span.arrow-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

span.arrow-icon svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {
    a.car-washing {
        margin-bottom: 50px;
    }

    .gotdirt-ourservices h1 {
        padding: 0px 0 30px;
    }

    .gotdirt-ourservices {
        padding: 50px 0px 0 0;
    }
}