.author-info {
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	@include font-size(1.125);

	.author-heading {
		margin-top: 0;
	}
	.author-avatar {
		display: flex;
		align-items: center;
		min-width: 98px;
		max-width: 98px;
		margin-right: 1rem;
	}
	.author-title {
		margin: 0 0 0.25rem 0;
	}
	.author-bio {
		margin: 0;
	}
	.author-description a {

		&::after {
			content: '\f429';
			position: relative;
			top: 3px;
			display: inline-block;
			width: 1.4em;
			line-height: 1;
			font-family: "Genericons", sans-serif;
			text-decoration: inherit;
			font-weight: normal;
			font-style: normal;
			text-align: center;
			vertical-align: top;
			text-decoration: none;
		}
	}
}