.info-block-heading .heading {
    margin-bottom: 10px;
}

.info-info-cards .info-block-content {
    margin-bottom: 80px;
}
.info-card.span-col-2 {
    grid-column: span 2;
}

.info-card-list li {
    color: var(--enigmaWhite);
}
.info-card {
    background: var(--enigmaGrey);
    padding: 40px;
    border-radius: 20px;
}
.info-block-section .info-block-content .heading {
    text-transform: uppercase;
    margin-bottom: 64px;
}
/* .info-block-content .cta-button {
    margin-top: 60px;
} */
.info-card .info-card-list {
    list-style-image: url(../../assets/arrow-right-yellow-small.svg);
}
.info-card .info-card-list li {
    padding-left: 6px;
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .info-info-cards .info-block-cards.grid-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .info-card.span-col-2 {
        grid-column: span 1;
        grid-row: span 2;
    }
    .info-card.span-col-2 ul.info-card-list {
        margin-bottom: 0px;
    }
    .info-card.span-col-2 .info-card-list-content {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 640px) {
    .info-info-cards .info-block-cards.grid-col-3 {
        grid-template-columns: 1fr;
    }
    .info-card.span-col-2 {
        grid-column: span 1;
    }
    .info-card .heading {
        margin-bottom: 40px;
    }
}