.home-stats-updated {
    position: relative;
    background-color: var(--color-blue);
    overflow: hidden;
}

.home-stats-updated__row:not(:last-child) {
    margin-bottom: 45px;
}

.home-stats-updated__row .row:nth-child(2) {
    row-gap: 15px;
    justify-content: center;
}

.home-stats-updated__row:nth-child(even) .home-stats-updated__card,
.home-stats-updated__row:nth-child(even) .home-stats-updated__value {
    background-color: #CBD5DC;
    color: var(--color-blue);
}

.home-stats-updated__heading {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    text-align: center;
    margin-bottom: 10px;
}

.home-stats-updated__card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    height: 100%;
    margin-bottom: 15px;
    margin-left: 37px;
    padding: 25px 45px 25px 70px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.home-stats-updated__image {
    width: 80px;
    height: 100%;
    position: absolute;
    left: -37px;
    top: 0;
    object-fit: contain;
    padding: 19px 0;
}

.home-stats-updated__value {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    color: #F6862A;
    margin-bottom: 5px;
}

.home-stats-updated__title {
    font-weight: 500;
    line-height: 1em;
    color: var(--color-blue);
}

.home-stats-updated__bg-img {
    position: absolute;
    z-index: 2;
    bottom: -111px;
    right: -374px;
    width: 900px;
    height: 676px;
    opacity: 0.2;
}

.home-stats-updated__bg-img svg {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(-90deg);
}