.autor-small {
  display: flex;
  align-items: center;
  position: relative;
}
.autor-small__profile {
  margin-right: 1rem;
}
.autor-small__profile img {
  border-radius: 50%;
  width: 4rem;
  height: auto;
}
.autor-small__content {
  line-height: 1.1;
}
.autor-small__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin: 0;
}
.autor-small__title a {
  color: #3B3B3B;
  text-decoration: none;
}
.autor-small__position {
  margin-top: 0.25rem;
  color: #737373;
  font-size: 0.75rem;
  display: block;
}