/* Fallback / letzte Kachel – dunkelste */
.frame-type-ruhani_progresssteps .card {
    background-color: #0b3535;
}

/* Von hinten: jede Kachel eine Stufe heller */
.frame-type-ruhani_progresssteps .col-12:nth-last-child(2) .card {
    background-color: #104545;
}
.frame-type-ruhani_progresssteps .col-12:nth-last-child(3) .card {
    background-color: #155858;
}
.frame-type-ruhani_progresssteps .col-12:nth-last-child(4) .card {
    background-color: #1a6b6b;
}

@media only screen and (max-width: 1199px) {
    .frame-type-ruhani_progresssteps .row {
        gap: 20px;
    }
}
