.block-author-box,
.block-author-box.has-background {

}
.block-author-box__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	font-size: var(--wp--preset--font-size--x-large);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 400;
}

.block-author-box__photo {
	margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
	.block-author-box {
		text-align: center;
	}

	.block-author-box .block-author-box__photo img {
		margin-left: auto;
		margin-right: auto;
	}

	.block-author-box__title {
		font-size: var(--wp--preset--font-size--big);
	}

	.block-author-box ul.social-links {
		justify-content: center;
	}
}


@media only screen and (min-width: 768px) {
	.block-author-box {
		display: grid;
		grid-template-columns: 313px 1fr;
		column-gap: 54px;
	}
}
