.section-core-values-list-img {
  padding-bottom: 65.3%;
  margin-bottom: 32px;
}

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

.section-core-values-top {
    margin-bottom: 96px;
}
.section-core-values-top .text-24 {
    padding-top: 32px;
}
.section-core-values-list {
    overflow: hidden;
}
.section-core-values-list ul {
    list-style-type: none;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

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

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    width: calc(100% + 80px);
}
.section-core-values-list ul li {
    float: left;
    width: calc(33.333% - 80px);
    margin: 0 80px 80px 0;
}
.section-core-values-list-textbox {
    position: relative;
    border-left: 1px solid var(--hybrid-green);
    padding-left: 24px;
}
.section-core-values-list-textbox::after {
    content: '';
    width: 1px; height: 100%;
    background: var(--hybrid-green);
    position: absolute;
    top: 0; left: -1px;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
}
.section-core-values-list-title {
    color: var(--cream);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
.section-core-values-top .text-16-upcase {
        margin-bottom: 30px;
    }
.section-core-values-list ul li {
        width: calc(50% - 80px);
        margin: 0 80px 80px 0;
    }
}
@media screen and (max-width:639px) {
.section-core-values-list ul {
        list-style-type: none;
        width: 100%;
    }
.section-core-values-list ul li {
        width: 100%;
        margin: 0 0 64px 0;
    }
.section-core-values-list ul li:last-child {
        margin-bottom: 0;
    }
.section-core-values-top {
        margin-bottom: 64px;
    }
.section-core-values-list-title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1024px) {
.section-core-values-list ul li:nth-child(3) {
        margin-top: 240px !important;
    }
.section-core-values-list ul li:nth-child(2) {
        margin-top: 120px !important;
    }
.section-core-values-list ul li:nth-child(1) {
        margin-top: 0 !important;
    }
.section-core-values-list ul li:nth-child(3n + 3) {
        margin-top: 0;
    }
.section-core-values-list ul li:nth-child(3n + 2) {
        margin-top: -120px;
    }
.section-core-values-list ul li:nth-child(3n + 1) {
        margin-top: -240px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
.section-core-values-list ul li:nth-child(2) {
        margin-top: 120px !important;
    }
.section-core-values-list ul li:nth-child(1) {
        margin-top: 0 !important;
    }
.section-core-values-list ul li:nth-child(2n + 2) {
        margin-top: 120px;
    }
.section-core-values-list ul li:nth-child(2n + 1) {
        margin-top: 0;
    }
}