.resourcesHero__content {
  padding: 50px 0 80px;
  margin: 0 auto;
  max-width: 1000px;
}
.resourcesHero__content.resourcesHero__content--author{
  max-width: 100%;
}
.resourcesHero__content-author {
  width:100%;
  display:flex;
  align-items:flex-start;
  text-align:left;
  gap:40px;
}
.resourcesHero__content-author-img {
  border-radius:50%;
  width:400px;
  height:400px;
  overflow:hidden;
  flex: 0 0 400px;
  max-width:100%;
  border: 3px solid white;
}
.resourcesHero__content-author-img img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.resourcesHero__content-author-social {
  display:flex;
  align-items:center;
}
.resourcesHero__content-author-social a {
  width: 1.688rem;
  height: 1.688rem;
  position: relative;
      background-color: #232323;
      border-radius: 5px;
      display: inline-flex;
  justify-content: center;
      align-items: center;
}
.resourcesHero__content-author-social a:not((:last-child) {
  margin-right: .375rem;
}
.resourcesHero__content-author-social a svg {
    fill: #fff;
    height: .813rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.resourcesHero__content-author-social a:hover {
      background-color: #fcbd8b;
}
.resourcesHero__content-author-social a:hover svg {
      fill:#232323;
}