.block-author-box {
	background: var(--wp--preset--color--quinary);
	padding: 16px;
}

.block-author-box__title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--huge);
	font-weight: 500;
	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: 300px 1fr;
		column-gap: 32px;
		padding: 32px;
	}
}
