.block-personal-note.has-background {
	position: relative;
	border: 2px solid var(--wp--preset--color--foreground);
	padding: 40px 40px 34px 40px;
}

.block-personal-note::before {
	background: #fff url(../../assets/images/dots.svg) no-repeat center;
    background-size: 29px auto;
    border: 2px solid #000;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
	right: -12px;
	bottom: -25px;
    width: 77px;
    height: 77px;	
}

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

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

.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;
}

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