.preview-post-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}
.preview-post-author__img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.preview-post-author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.preview-post-author__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.preview-post-author__info-name {
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
.preview-post-author__info-date {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #ff9900;
}

@media screen and (max-width: 1199px) {
  .preview-post-author {
    margin-top: 24px;
  }
}
