.about-section .about-content{display:flex;flex-direction:row;gap:30px;align-items:flex-start}.about-section .profile-picture{flex-shrink:0;width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid var(--profile-border);box-shadow:0 2px 5px var(--profile-shadow)}.about-section .about-text{flex-grow:1;min-width:0}.about-section .about-text p{margin-bottom:1.2em;font-size:1.05em}.about-section .about-text p a{color:var(--about-link);text-decoration:none;font-weight:500}.about-section .about-text p a i{margin-left:5px;font-size:.9em}.about-section .about-text p a:hover .text{text-decoration:underline}
