.essence-card-hover {
    transition: transform 0.3s ease;
}

.essence-card-hover:hover {
    transform: scale(1.05);
}

.values-mission-panel__col {
    max-width: 24rem;
}

.values-mission-panel__thumb {
    width: 6rem;
    height: 6rem;
}

.values-mission-panel__card {
    max-width: 24rem;
}

.stacked-shadow-deck__portrait {
    width: 7rem;
    height: 7rem;
}

@media (min-width: 768px) {
    .stacked-shadow-deck__portrait {
        width: 8rem;
        height: 8rem;
    }
}

.stacked-shadow-deck__beacon {
    width: 1.5rem;
    height: 1.5rem;
}

.stacked-shadow-deck__layer:nth-child(1) {
    z-index: 10;
}

.stacked-shadow-deck__layer:nth-child(2) {
    z-index: 9;
}

.stacked-shadow-deck__layer:nth-child(3) {
    z-index: 8;
}

.stacked-shadow-deck__layer:nth-child(4) {
    z-index: 7;
}

.stacked-shadow-deck__layer:nth-child(5) {
    z-index: 6;
}

.stacked-shadow-deck__layer:nth-child(6) {
    z-index: 5;
}

