.elementor-2960 .elementor-element.elementor-element-aa776f9{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aa71d36 */.author_grid {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 15px;
	align-items: start;
	margin: 20px 0;
}

.item_left {
	display: flex;
	align-items: flex-start;
}

.item_left img {
	width: 150px;
	height: auto;
	border-radius: 4px;
}

.item_right {
	display: flex;
	flex-direction: column;
}

.item_right p {
	margin: 0;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.author_grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.item_left img {
		width: 100px;
	}
}/* End custom CSS */