
.sidebar-primary .block-about__image > img {
	border-radius: 50%;
	width: 240px;
	height: 240px;
	object-fit: cover;
	margin-inline: auto;
}

.sidebar-primary .block-about__content {
	text-align: center;
}

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

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

	.entry-content .block-about__image > img {
		border-radius: 50%;
		width: 240px;
		height: 240px;
		object-fit: cover;
		margin-inline: auto;
	}

	.entry-content .block-about__content {
		text-align: center;
	}

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

@media only screen and (min-width: 601px) {
	.entry-content .block-about {
		background: var(--wp--preset--color--quinary);
	}

	.entry-content .block-about__inner {
		display: flex;
	}

	.entry-content .block-about__inner > * {
		flex-basis: 0;
		flex-grow: 1;
	}

	.entry-content .block-about__image {
		position: relative;
	}
	
	.entry-content .block-about__image > img {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
	}

	.entry-content .block-about__content {
		padding: 60px 24px;
	}
}

@media only screen and (min-width: 801px) {
	.entry-content .block-about__content {
		padding-inline: 40px;
	}
}