.author-headshot {
  max-width: 150px;
  height: auto;
}
@media (min-width: 992px) {
  .author-headshot {
    max-width: 175px;
  }
}
@media (min-width: 1200px) {
  .author-headshot {
    max-width: 200px;
  }
}
.author-box-content p {
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  .author-box-content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .author-box-content p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.author-box-content a {
  color: rgba(255, 255, 255, 0.65);
}
/*# sourceMappingURL=https://capitalize.cpaalberta.ca/wp-content/build/scss_library/09f77bcc8c2d176f2085a1b8653708ee288b29c0.css.map */