.hero-author__card{grid-gap:var(--gap);background-color:var(--light-gray);display:grid;margin-bottom:4rem;padding:4rem}.hero-author__name{background-color:var(--yellow);display:inline-block;line-height:1.2;padding:1rem 1.5rem}.hero-author__social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap-sm);margin-top:4rem}.hero-author__social-icon{background-color:var(--secondary-color);border-radius:50%;color:var(--white);display:grid;font-size:0;height:4.3rem;place-content:center;width:4.3rem}.hero-author__social-icon>svg{height:2.2rem}.hero-author__social-icon:active,.hero-author__social-icon:focus,.hero-author__social-icon:hover{background-color:var(--primary-color);color:var(--white)}.hero-author__headshot{background-color:var(--tertiary-color);margin:-6rem 4rem 6rem 0;place-self:center;position:relative}.hero-author__headshot>img{position:relative;z-index:1}.hero-author__headshot>svg{bottom:-4rem;position:absolute;right:-4rem}@media (min-width:768px){.hero-author__card{grid-auto-flow:dense;grid-template-columns:1fr 36rem}.hero-author__headshot{grid-column-end:-1;margin-bottom:4rem}}