.hero-post-meta {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 655px) {
  .hero-post-meta.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
.hero-post-meta .hero-post-meta--authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .hero-post-meta .hero-post-meta--authors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.hero-post-meta .hero-post-meta--authors .hero-post-meta--divider {
  border-left: solid 1px #c3c8d2;
  height: 16px;
}
@media (max-width: 992px) {
  .hero-post-meta .hero-post-meta--authors .hero-post-meta--divider {
    display: none;
  }
}
.hero-post-meta .hero-post-meta--author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-post-meta .hero-post-meta--author img {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  overflow: hidden;
  margin-right: 10px;
  overflow: hidden;
  display: block;
  border-radius: 15px;
}
.hero-post-meta .hero-post-meta--updated {
  white-space: nowrap;
  margin-top: 25px;
  font-size: 12px;
  color: #295072;
}
.hero-post-meta .hero-post-meta--updated i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}