.author-box {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	padding: 40px 16px;
}
@media only screen and (min-width: 960px) and (max-width: 1023.9px) {
	.author-box {
		padding: 56px 24px;
	}
}
@media only screen and (min-width: 1024px) {
	.author-box {
		padding: 56px 32px;
	}
}
@media only screen and (min-width: 1441px) {
	.author-box {
		padding: 56px 120px 56px 60px;
	}
}
.author-box__left-column {
	width: 50%;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 767.9px) {
	.author-box__left-column {
		width: 100%;
		margin-bottom: 29px;
	}
}
.author-box__right-column {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
@media only screen and (max-width: 767.9px) {
	.author-box__right-column {
		width: 100%;
	}
}
.author-box__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.author-box__image-holder {
	border-radius: 50%;
	margin-right: 16px;
	max-height: 96px;
	max-width: 96px;
	overflow: hidden;
}
.author-box__image-holder img {
	width: 100%;
	height: 100%;
}
.author-box__image {
	max-width: 100%;
}
.author-box__name {
	color: #002822;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 4px;
}
.author-box__title {
	color: #4a4565;
	font-size: 0.875rem;
	margin-bottom: 8px;
}
@media (min-width: 600px) {
	.author-box__title {
		font-size: 1rem;
		line-height: 1.5;
	}
}
.author-box__experience {
	color: #fff;
	background-color: #4abb8b;
	padding-right: 8px;
	padding-left: 8px;
	min-height: 24px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 2px;
	display: flex;
	align-items: center;
	line-height: 16px;
}
.author-box .author-box__heading {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 20px;
}
@media only screen and (max-width: 599.9px) {
	.author-box .author-box__heading {
		margin-bottom: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959.9px) {
	.author-box .author-box__heading {
		margin-bottom: 16px;
	}
}
@media only screen and (min-width: 1441px) {
	.author-box .author-box__heading {
		font-size: 25px;
	}
}
.author-box .author-box__paragraph {
	color: #002822;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
	margin-top: 0;
}
.author-box .author-box__link {
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
}
