.about-info_team-block::after {
	content: '';
    position: absolute;
    inset: -4rem;
    background-color: var(--black);
    filter: blur(3.5rem);
    pointer-events: none;
    z-index: -1;
    }
