.author-info .author-col {
	padding-left: 2rem;
}

.author-info .avatar {
	height: 36px;
	width: 36px;
	border-radius: 36px;
}

.author-info .author-name {
	font-weight: 400;
	font-size: var(--16px);
	line-height: 1.5;
	color: #003c46;
}

.author-info .author-desc {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.33;
	color: #99b1b5;
}

.author-info .social-m-link {
	height: 17px;
}

.author-info a {
	border-bottom: none !important;
}

.author-info a:hover {
	border-bottom: none !important;
}

.author-info a:hover .social-m-link {
	opacity: 0.6;
}

.author-info:not(:first-child) {
	margin-top: 2rem;
}