.stat-cards:not(.no-background-styling) {
    position: relative;
    /* margin-top: -120px;
    padding-top: 120px; */
    padding-top: 64px;
    padding-bottom: 64px;
    background: linear-gradient(0deg, rgba(204, 228, 255, 0.30) 0%, rgba(204, 228, 255, 0.30) 100%), #FFF;
}
.stat-cards:not(.no-background-styling):before {
    content:'';
    background-image: url('/wp-content/themes/fx/assets/img/blocks/careers/stat-cards/line.png');
    background-size: contain;
    width: 102px;
    height: 319px;
    position: absolute;
    top: 0;
    left: 0;
}

.stat-cards.bg-white {
    background: var(--white);
}

.stat-cards.bg-white:before,
.stat-cards.bg-light-blue:before,
.stat-cards.bg-light-blue2:before,
.stat-cards.bg-dark-blue:before {
    display: none !important;
}

.stat-cards.bg-light-blue {
    background: #f0f7ff !important;
}

.stat-cards.bg-light-blue2 {
    background: var(--Core-Blue-blue-00) !important;
}

.stat-cards.bg-dark-blue {
    background: var(--primary-blue-05) !important;
}

.stat-cards .heading {
    z-index: 1;
    position: relative;
}

.stat-cards .heading,
.stat-cards .heading h2 {
    color: var(--Primary-Darkest-Gray) !important;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.728px;
    margin-bottom: 64px;
}
.stat-cards .heading h2,
.stat-cards .card h2 {
    margin-bottom: 0;
}
.stat-cards .stat-cards-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s4);
}
.stat-cards.no-background-styling .card {
    background: linear-gradient(0deg, rgba(204, 228, 255, 0.15) 0%, rgba(204, 228, 255, 0.15) 100%), #FFF!important;
}
.stat-cards .card {
    display: flex;
    padding: var(--s4);
    align-items: flex-start;
    gap: var(--s2);
    align-self: stretch;
    border-radius: var(--s2);
    background: #FFF;
    justify-content: space-between;
    color: var(--Primary-Dark-Gray);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.54px;
    z-index: 1;
    text-transform: uppercase;
    flex: 1 1 30%;
    max-width: 100%;
}
.stat-cards .card .stat,
.stat-cards .card h2 {
    color: var(--Primary-Blue, #207DE9);
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.728px;
    margin-bottom: 8px;
    text-transform: none;
}
.stat-cards .featured-image-wrapper {
    min-width: 64px;
    max-width: 64px;
    height: auto;
}

.stat-cards .featured-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stat-cards.intersect-bottom-background {
    background: linear-gradient(0deg, rgba(204, 228, 255, 0.30) 0%, rgba(204, 228, 255, 0.30) 100%), #FFF;
}

.stat-cards.intersect-bottom-background:after {
    content: '';
    border-top-left-radius: 50% 60%;
    border-top-right-radius: 50% 60%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 110%;
    background-color: #eff6fe;
    height: 250px;
    left: -5%;
}

@media (min-width: 748px) {
    .stat-cards.padding-top {
        padding-top: 96px;
    }
    .stat-cards.padding-bottom {
        padding-bottom: 96px;
    }
}

@media (max-width: 1100px) {
    .stat-cards .card {
        flex-direction: column;
        justify-content: flex-start;
    }
    .stat-cards .content {
        order: 2
    }
    .stat-cards .featured-image-wrapper {
        order: 1
    }
}
@media screen and (max-width: 1024px) {
    .stat-cards .heading,
    .stat-cards .heading h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .stat-cards:before {
        display: none;
    }
    .stat-cards {
        margin-top: 0;
        padding-top:  60px;
    }
}
@media (max-width: 915px) {
    .stat-cards .card {
        flex: 1 1 calc(50% - var(--s2));
        flex-direction: row;
        justify-content: space-between;
    }
    .stat-cards .content {
        order: 1
    }
    .stat-cards .featured-image-wrapper {
        order: 2
    }
}
@media (max-width: 749px) {
    .stat-cards .card {
        flex: 1 1 100%;
    }
}
