main {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 36px;

    width: calc(100% - calc(24px * 2));

    margin: 0 auto;
    padding: 42px 24px;
}

section.container-list-cards > .card:not(.active) {
    opacity: .7;
}

section.container-list-cards > .card.active {
    transform: scale(1.02);

    z-index: 1;
}

button#action-download-app {
    margin-top: 12px;
}