.author-image p {
  margin: 1rem 0 0 0;
  color: #515151;
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 2%;
  font-family: "Inter", sans-serif;
}
.author-image figure {
  height: 510px;
  overflow: hidden;
  position: relative;
}
.author-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .author-image figure {
    height: 456px;
  }
}
@media (max-width: 992px) {
  .author-image figure {
    height: 341px;
  }
}
@media (max-width: 767px) {
  .author-image figure {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .author-image figure {
    height: 166px;
  }
}/*# sourceMappingURL=author-image.css.map */
