.mobile-statistic-wrapper {
    margin: 0 33px 0 175px;
}

.mobile-statistic-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: relative;
}

.mobile-statistic-bold-number {
    font-family: "inter";
    font-weight: 600;
    font-size: var(--font-size-30);
    color: var(--green-text);
}

.mobile-statistic-content img {
    width: 18px;
    height: 18px;
    position: relative;
    top: 0px;
    left: 0px;
}

.mobile-statistic-under-text {
    font-size: var(--font-size-18);
    font-weight: 400;
    margin-bottom: 24px;
    color: var(--grey-700);
    line-height: 24px;
}