.posts-authors {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.posts-authors__author {
	display: flex;
	gap: 1rem;
	align-items: center;
	background: #ededed;
	border-radius: 25px;
	padding: 40px 40px 40px 15px;
}

.posts-authors__author .posts-authors__readmore {
	text-decoration: underline;
	font-size: 1rem;
	font-weight: 400;
}

.posts-authors__author .posts-authors__readmore:hover {
	color: #2aa9e0;
}

.posts-authors__avatar {
	display: block;
	width: 160px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.posts-authors__avatar img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	object-fit: cover;
}

.posts-authors__title {
	--e-global-typography-text-font-size: 1.2rem;
	--e-global-typography-text-font-weight: 700;
	--e-global-typography-text-line-height: 1.2rem;
	color: #3a3a3a;
	margin: 0 0 25px;
}

.posts-authors__title:hover {
	color: #2aa9e0 !important;
}

.posts-authors__content p {
	font-size: 1rem;
	line-height: 1.5em;
	font-family: "effra", Helvetica, Arial, sans-serif, Sans-serif;
	color: #1c3747;
	font-weight: 400;
}

.posts-authors__person {
	flex: 4;
}

.posts-authors__author {
	align-items: start;
}

.posts-authors__section-title {
	margin-top: 2rem;
	text-transform: uppercase;
}

.posts-authors__author:first-of-type {
	background: #1c3747;
}

.posts-authors__author:first-of-type h3.posts-authors__title a {
	color: #fff;
}

.posts-authors__author:first-of-type .posts-authors__content {
	font-weight: 400;
}

.posts-authors__author:first-of-type .posts-authors__content p {
	color: #fff;
}

.posts-authors__author:first-of-type .posts-authors__readmore {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.posts-authors__author {
		padding: 2rem;
		flex-direction: column;
		align-items: center;
	}

	.posts-authors__person {
		text-align: center;
	}

	.posts-authors__content {
		text-align: justify;
	}

	.posts-authors__section-title {
		text-align: center;
	}
}
