.StatCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 471px;
    position: relative;
    align-items: flex-start;
    padding: 45px 25px;
    padding-top: 26px;
    background: linear-gradient(586.09deg, rgb(255, 153, 0) 15.57%, rgb(248 182 181) 33.39%, #FF8534 50.58%, rgb(248 221 181) 67.75%, rgb(255, 153, 0) 91.74%);
    border-radius: 10px;
}

.StatsCard__illustration {
    position: absolute;
    width: calc(100% - 5px);
    display: flex;
    left: 0;
    bottom: 0;
    inset: 2px;
    align-items: flex-end;
}

.StatsCard__illustration svg {
    width: 100%;
    height: auto;
}

.StatCard__count {
    position: relative;
    z-index: 2;
    font-size: 65px;
    font-weight: bold;
}

.StatCard__count,
.StatCard__title {
    font-style: normal !important;
    color: var(--e-global-color-secondary);
}

.StatCard__title {
    position: relative;
    z-index: 2;
    font-size: 27px;
    text-align: left;
    line-height: 1;
}

.StatCard__gradient {
    position: absolute;
    background: #FFF3EA;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0.99);
    border-radius: 10px;
}