.aboutUs__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: space-between;
    gap: 7px;
    margin-top: 2.15rem;
    position: relative;
}

.aboutUs__stats__decoration {
    user-select: none;
    pointer-events: none;
    width: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
}

.aboutUs__stats__item {
    display: flex;
    height: 10.6875rem;
    padding: 0.625rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    background: #fff;
    box-shadow: 0 0 0 1px #00000005, 0 1px 2px #0000000d;
    gap: 0.625rem;
    flex: 1 0 0;
}

.aboutUs__stats__item__head {
    font-family: WebsiteMainFont;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.78675rem;
    letter-spacing: -0.055rem;
    background: linear-gradient(180deg, #000 0%, #06479e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutUs__stats__item__body {
    color: var(--text-normal);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
}