.about_the_author_section{& .section_inner{width:100%;position:relative;z-index:1}& .author_card{display:flex;flex-direction:row;align-items:flex-start;gap:3rem;padding:3rem;border:1px solid var(--primary);border-radius:1rem;background-color:#FFDBBC;@media (max-width:767px){flex-direction:column;gap:2rem;padding:2rem}}& .author_image{flex-shrink:0;width:13rem;height:13rem;overflow:hidden;border-radius:50%;@media (max-width:767px){width:10rem;height:10rem}& img.author_photo{width:100%;height:100%;object-fit:cover;object-position:center top}}& .author_content{flex:1;display:flex;flex-direction:column;gap:0.5rem;& .author_label{font-family:"DM Sans",arial,sans-serif;font-size:1.8rem;font-weight:700;color:var(--text);margin:0 0 .5rem}& .author_name{font-size:1.8rem;font-weight:400;color:var(--text);margin:0}& .author_role{font-size:1.6rem;font-weight:400;color:var(--text);margin:0 0 .5rem;opacity:.75}& .author_bio{& p{font-size:1.6rem;font-weight:400;color:var(--text);line-height:1.6;margin:0;@media (max-width:991px){font-size:1.5rem}}}}}