.block-sidebar-about.has-background {
	border-radius: var(--wp--custom--border-radius--tiny);
	box-shadow: var(--wp--custom--box-shadow--1);
	padding: 24px;
	text-align: center;
}

.block-sidebar-about img {
	max-width: 200px;
	margin: 0 auto;
}

.block-sidebar-about p.block-sidebar-about__title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--huge);
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
}
