.academia-authors{margin:0 auto;max-width:73rem}
.academia-authors-header{margin-bottom:3.6rem;display:flex;justify-content:center;align-items:center}
.academia-authors-header-buttons{position:absolute;display:flex;align-items:center;justify-content:space-between;width:120%;top:35%;left:-10%;gap:1.6rem}
.academia-authors-header-button{cursor:pointer;width:5.8rem;height:5.8rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#f7f7f7;opacity:1;transition:.3s ease-in-out}
.academia-authors-header-button.swiper-button-disabled{opacity:.5;transition:.3s ease-in-out}
.academia-authors-header-button svg{width:1.2rem;height:1.2rem}
.academia-authors-header-button-prev{transform:rotate(90deg)}
.academia-authors-header-button-next{transform:rotate(-90deg)}
.academia-authors-heading{margin:0;font-size:2.4rem;line-height:160%;font-weight:500;color:#1f1f1f;text-align:center}
.academia-authors-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.academia-authors-wrapper-item{display:flex;flex-direction:column}
.academia-authors-wrapper-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:3/3.6;border-radius:.4rem}
.academia-authors-wrapper-item-title{margin-top:2.4rem;margin-bottom:1.2rem;font-size:2.4rem;line-height:120%;font-weight:400;color:#1f1f1f}
.academia-authors-wrapper-item-description{font-size:1.6rem;line-height:150%;font-weight:400;color:#484848}
@media screen and (max-width:990px){
.academia-authors{max-width:unset}
.academia-authors-header{margin-bottom:2.4rem}
.academia-authors-header-buttons{display:none}
.academia-authors-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.academia-authors-wrapper-item{display:flex;flex-direction:column}
.academia-authors-wrapper-item-title{font-size:1.6rem}
.academia-authors-wrapper-item-description{font-size:1.4rem}
}