.landing-author .post-author{display:flex;gap:2rem;align-items:center;border-top:2px solid var(--brand01--700);border-bottom:2px solid var(--brand01--700);padding:2rem}.landing-author .post-author__image{min-width:120px;width:120px;height:120px;aspect-ratio:1/1;border:1px solid var(--neutral--700);border-radius:9999px;box-shadow:0 0 .75rem 0 rgba(0,0,0,.1)}.landing-author .post-author__info{display:flex;flex-direction:column;gap:.5rem}.landing-author .post-author p{line-height:normal}.landing-author .post-author__display-name{font-weight:700}.landing-author .post-author__position{color:var(--brand01--700)}@media (max-width:576px){.landing-author .post-author{flex-direction:column}.landing-author .post-author p{text-align:center}.landing-author .post-author__info{align-items:center}}