.block-author-box,
.block-author-box.has-background {
	padding: 0;
}
.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);
	line-height: var(--wp--custom--line-height--small);
}

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

.block-author-box__photo img {
	width: 100%;
}

.block-author-box__content {
	padding: 16px;
}

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

	.block-author-box__content {
		padding: 40px;
	}

	.block-author-box__photo {
		position: relative;
		margin: 0;
	}

	.block-author-box__photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
