@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: 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.author_section .author img {
  max-width: fit-content !important;
  width: 40px;
  height: 40px;
/*  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;
  line-height: 1.5em;
}
.author_profile .author_name {
  color: #373737 !important;
  font-weight: 700;
}
.author_profile .author_meta {
  color: #222 !important;
}