.about-the-author h2 {
  color: var(--primary);
  font-size: 20px;
}
@media screen and (min-width: 750px) {
  .about-the-author h2 {
    font-size: 36px;
  }
}
.about-the-author p strong {
  color: var(--primary);
  font-family: var(--font-body-semi-bold);
}
.about-the-author .share {
  float: none;
  justify-content: flex-start;
}
.about-the-author .share a {
  margin: 0 10px 0 0;
}
