.block-author-box {
	background-color: var(--wp--preset--color--background);
	border: 4px solid var(--wp--preset--color--denary);
	padding: 16px;
}
.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--huge);
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
}

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

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