.about-hero-section{display:flex;flex-direction:column;gap:10px}@media(min-width:601px){.about-hero-section{display:flex;flex-direction:row;align-items:flex-start;gap:30px}}@media(min-width:1024px){.about-hero-section{gap:60px}}.about-profile-image{width:180px;height:180px;border-radius:50%;align-self:center}@media(min-width:601px){.about-profile-image{width:210px;height:210px;align-self:flex-start}}@media(min-width:1024px){.about-profile-image{width:450px;height:450px}}.about-content-wrapper{display:flex;flex-direction:column;gap:30px;flex:1 1}.about-section{display:flex;flex-direction:column;gap:10px}.about-linkedin-link{display:flex;justify-content:center;align-items:center;gap:3px;align-self:flex-start;text-decoration:none;transition:opacity .2s ease}.about-linkedin-link:hover{opacity:.8}.about-linkedin-icon{width:16px;height:16px;position:relative;overflow:hidden}@media(min-width:601px){.about-linkedin-icon{width:18px;height:18px}}@media(min-width:1024px){.about-linkedin-icon{width:20px;height:20px}}.about-linkedin-icon:after{content:"";position:absolute;width:60%;height:60%;left:20%;top:20%;outline:2px solid #705af8;outline-offset:-1px}