/* COLORS */
/* TYPOGRAPHY */
/* ---- MEDIA QUERIES ----- */
.author-small .author {
  display: flex;
  gap: 2.1rem;
  align-items: center;
  justify-content: center;
}
.author-small img {
  max-width: 6.3rem;
  border-radius: 50%;
}
.author-small .name {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.author-small .date {
  font-size: 1.6rem;
}
.author-small .date span {
  color: #5b5b5b;
  opacity: 0.6;
}