
/* -------------------------------------------------------------------------- */
/* Extracted block styles (thisisspiro/seven-up-cards)
/* Source: css/index.css, css/style.css
/* Generated: 2026-01-16T22:25:54.070Z
/* -------------------------------------------------------------------------- */

.section-7-up-cards-list {
    overflow: hidden;
}
.section-7-up-cards-list ul {
    list-style-type: none;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 20px);
    margin-bottom: -20px;

    justify-content: center;
}
.section-7-up-cards-list ul li {
    float: left;
    width: calc(25% - 20px);
    margin: 0 20px 20px 0;
    background: var(--darker-green);
    padding: 32px;
    min-height: 332px;
    text-align: center;

    /* display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -ms-flex-line-pack: justify;
    align-content: space-between; */
}
.section-7-up-cards-list ul li > div {
    width: 100%;
}
.section-7-up-cards-list-top {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: var(--cream);
}
.section-7-up-cards-list-top img {
    max-height: 96px;
}
@media only screen and (max-width: 1023px) {
.section-7-up-cards-list ul li {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width:639px) {
.section-7-up-cards-list ul {
        list-style-type: none;
        width: 100%;
        margin-bottom: 0;
    }
.section-7-up-cards-list ul li {
        width: 100%;
        margin-bottom: 0;
        margin: 0 0 20px 0;
        padding: 24px;
        min-height: 1px;
    }
}