@media(max-width: 1199px) {
  .author_section {
    overflow-x: scroll !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.author_section {
  display: flex;
  margin-top: 1.2rem;
  align-items: center;
  overflow-x: scroll;
}
.author_section .author {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.author_section .author img {
  max-width: fit-content !important;
  border: 1px solid #e9e9e9;
}
.author_profile {
  display: block;
  margin-left: 0.5rem;
}
.author_profile .author_meta, .author_profile .author_name {
  display: block;
  font-style: normal;
  font-size: 14px;
}
.author_profile .author_name {
  color: #373737 !important;
  font-weight: 600;
}
.author_profile .author_meta {
  color: #818181 !important;
}