.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: 2px;
    background: #F6F6F4 !important;
    box-shadow: none;
    border: 1px solid #C8C8C3;
    gap: 0.625rem;
    flex: 1 0 0;
}

.aboutUs__stats__item__head {
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: -0.075em;
    color: #111;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.aboutUs__stats__item__body {
    color: #666;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}