.authors-sk{background-color:#ededed;border-radius:1.5rem;padding:3rem}.authors-sk__wrap{display:grid;gap:2rem;grid-auto-flow:dense;grid-template-columns:3fr 1fr}.authors-sk__wrap.reverse{grid-template-columns:1fr 3fr}.authors-sk__wrap.reverse .authors-sk__content{order:2}.authors-sk__wrap.reverse .authors-sk__side{order:1}.authors-sk__profile{display:flex;flex-direction:row}.authors-sk__profile__image{max-height:81px}.authors-sk__profile__content{align-self:center;flex-direction:column;margin-left:15px}.authors-sk__profile__position{margin:0}.authors-sk__profile__name{font-size:1.6rem;font-weight:600;margin:0}.authors-sk__description{font-style:italic}.authors-sk__side{display:flex;justify-content:end;position:relative}.authors-sk__side__image{height:170px;margin:35px;max-width:150px}.authors-sk__line{background-color:red;height:100%;left:30px;position:absolute;width:3px}.authors-sk__wrap.reverse .authors-sk__line{background-color:red;height:100%;left:unset;position:absolute;right:30px;width:3px}.authors-sk__wrap.reverse .authors-sk__side{justify-content:start}@media screen and (max-width:800px){.authors-sk__side{display:none}.authors-sk__wrap,.authors-sk__wrap.reverse{grid-template-columns:1fr}.authors-sk__line{display:none}.authors-sk{padding:2rem}}