.block-about {
	border-radius: var(--wp--custom--border-radius--large);
	position: relative;
	padding: 0 32px 32px;
	font-size: var(--wp--preset--font-size--small);
	text-align: center;
}

.block-about::before,
.block-about::after {
	content: '';
	display: block;
	width: 100%;
	height: 84px;
	top: 0;
	left: 0;
	position: absolute;
	background: #fff;
	z-index: 1;
}

.block-about::after {
	top: 72px;
	height: 12px;
	background: var(--wp--preset--color--quinary);
	border-top-left-radius: var(--wp--custom--border-radius--large);
	border-top-right-radius: var(--wp--custom--border-radius--large);
}

.block-about__photo {
	width: 145px;
	height: 145px;
	position: relative;
	margin: 0 auto 16px;
	z-index: 2;
}

.block-about__photo img {
	border-radius: 50%;
	z-index: 2;
}

.block-about__photo svg {
	position: absolute;
	fill: var(--wp--preset--color--primary);
	width: 50px;
	height: 50px;
	left: -25px;
	top: 50%;
	margin-top: -25px;
}

.block-about__welcome {
	font-size: var(--wp--preset--font-size--huge);
	font-weight: 900;
	line-height: var(--wp--custom--line-height--small);
}

.block-about__welcome img {
	display: block;
	margin: 16px auto 36px;
}

.block-about .social-title {
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 900;
	margin-bottom: 0;
}

.block-about .social-links {
	justify-content: center;
}

@media only screen and (min-width: 890px) {

	.full-width-content .block-about,
	.block-area:not(.block-area-sidebar) .block-about {
		padding: 32px;
		display: grid;
		grid-template-columns: 200px 280px 1fr;
		grid-column-gap: 32px;
	}

	.full-width-content .block-about::before,
	.full-width-content .block-about::after,
	.block-area:not(.block-area-sidebar) .block-about::before,
	.block-area:not(.block-area-sidebar) .block-about::after {
		display: none;
	}

	.full-width-content .block-about__photo,
	.block-area:not(.block-area-sidebar) .block-about__photo {
		width: 100%;
		height: auto;
		margin: 0;
	}
}

/* @media only screen and (min-width: 1000px) {

	.full-width-content .block-about,
	.block-area:not(.block-area-sidebar) .block-about {
		padding: 64px;
	}
} */
