body .block-about {
	padding: 32px 16px;
}

.block-about__inner {
	display: grid;
	align-items: center;
	gap: 16px;
}

.block-about__image img {
	width: 150px;
	height: 150px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {

	.block-about .block-about__inner {
		text-align: center;
	}

	.block-about .block-about__content .wp-block-buttons {
		justify-content: center;
	}

}

@media only screen and (min-width: 768px) {
	.block-about:not(.alignfull) {
		border-radius: var(--wp--custom--border-radius--tiny);
	}

	.block-about:not(.block-area-sidebar .block-about) {
		padding: 32px 32px;
	}

	.block-about:not(.block-area-sidebar .block-about) .block-about__inner {
		grid-template-columns: 295px 1fr;
		gap: 40px;
	}

	.block-about:not(.block-area-sidebar .block-about) .block-about__image img {
		width: 295px;
		height: 295px;
	}

}


/* Sidebar */

.block-area-sidebar .block-about {
	padding: 32px;
}

.block-area-sidebar .block-about .block-about__inner {
	text-align: center;
}

.block-area-sidebar .block-about .block-about__content .wp-block-buttons {
	justify-content: center;
}
