.author-box {
	background: var(--wp--preset--color--quinary);
	padding: 0 32px 32px;
	position: relative;
	text-align: center;
}

.author-box::before {
	content: '';
	display: block;
	width: 100%;
	height: 116px;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--wp--preset--color--background);
	z-index: 1;
}

.author-box__photo {
	position: relative;
	z-index: 2;
}

.author-box__photo img {
	margin: 0 auto 16px;
	border-radius: 50%;
}

.author-box p {
	margin: 0 auto 16px;
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--line-height--medium);
}

.author-box__content > *:last-child {
	margin-bottom: 0;
}

.author-box p.author-box__title {
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--big);
	font-weight: 900;
	line-height: var(--wp--custom--line-height--tiny);
}

@media only screen and (max-width: 767px) {
	.author-box {
		margin-left: calc( -1 * var(--wp--custom--layout--padding) );
		margin-right: calc( -1 * var(--wp--custom--layout--padding) );
		padding-left: var(--wp--custom--layout--padding);
		padding-right: var(--wp--custom--layout--padding);
	}
}
