.block-personal-note::after {
	content: "";
	display: block;
	width: 108px;
	height: 42px;
	background: url(signature.png) no-repeat left top;
	background-size: contain;
	margin-top: var(--wp--custom--layout--block-gap);
	margin-left: auto;
}

.block-personal-note__content::before {
	content: "";
	float: right;
	width: 150px;
	height: 150px;
	background: url(headshot.png) no-repeat left top;
	background-size: contain;
	margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
}

.block-personal-note .icon {
	position: absolute;
	content: "";
	display: block;
	width: 80px;
	height: 118px;
	bottom: -11px;
	left: -30px;
	z-index: 1;
}

.block-personal-note.has-background {
	position: relative;
	padding: 24px;
}

.block-personal-note .wp-block-image.alignright:first-of-type {
	margin-top: 20px;
}

.block-personal-note .wp-block-image.alignright:first-of-type img {
	border-radius: 50%;
	object-fit: cover;
}

.block-personal-note .wp-block-image.alignright:first-of-type + p.is-style-heading,
.block-personal-note .wp-block-image.alignright:first-of-type + h2,
.block-personal-note .wp-block-image.alignright:first-of-type + h3 {
	margin-top: 0;
}

.block-personal-note h2 {
	font-size: var(--wp--preset--font-size--big);
}

.block-personal-note > p {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 700px) {
	.block-personal-note .wp-block-image.alignright:first-of-type {
		float: right;
	}
	
	.block-personal-note__content::before  {
		width: 100px !important;
		height: 100px !important;
	}
}
