.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: 16px;
  line-height: 24px;
  color: #003c46;
}

.author-info .author-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  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;
}

