.author-box {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}
.author-box figure {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1.6rem;
}
.author-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: 2%;
  color: #595959;
  display: flex;
}
.author-box ul strong {
  font-size: 1.6rem;
  color: #515151;
  font-weight: 700;
}
.author-box ul li {
  display: flex;
  align-items: center;
}
.author-box ul li:after {
  content: "";
  width: 5px;
  margin: 0 10px;
  height: 5px;
  background: #595959;
  border-radius: 50%;
}
.author-box ul li:last-child:after {
  display: none;
}

@media (max-width: 767px) {
  .author-box ul {
    display: block;
    font-size: 1.3rem;
  }
  .author-box ul li strong {
    font-size: 1.4rem;
  }
  .author-box ul li {
    margin: 0.4rem 0;
  }
  .author-box ul li:after {
    display: none;
  }
}
.author-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}/*# sourceMappingURL=author.css.map */
