.main-author{display:flex;-moz-column-gap:4rem;column-gap:4rem}
@media(max-width:768px){
.main-author{flex-direction:column;row-gap:2rem}
}
.main-author__name{margin-top:2rem;margin-bottom:2rem}
.main-author__about-title{margin-bottom:2rem;font-weight:600}
.main-author__image-wrapper{border-radius:.4rem;overflow:hidden;width:40rem;height:40rem;display:flex;justify-content:center;align-items:center}
@media screen and (max-width:768px){
.main-author__image-wrapper{width:100%;height:auto}
}
.main-author__image-wrapper img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}