.about-section{width:95%;display:flex;flex-direction:column;margin:0 auto;align-content:center;justify-content:center;gap:20px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px}.about-content{gap:10px}.about-content,.about-image{width:100%;display:flex;flex-direction:column;margin:0 auto;align-content:center;justify-content:center}.about-image img{max-width:250px;height:auto;margin:15px auto;width:250px;height:250px}.about-text,.contact-list{display:flex;flex-direction:column;gap:15px}.contact-list{justify-content:center;align-items:center;flex-wrap:wrap;justify-content:space-around}.about-description{display:flex;flex-direction:column;justify-content:flex-start;gap:10px}.about-description a{color:var(--primary);text-decoration:underline}.about-contact-info .contact-item svg{width:24px;height:24px;fill:currentColor;margin-right:8px}.about-contact-info .contact-item a{display:flex;gap:5px;align-items:center}.about-photo-rounded{border-radius:50%;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.07);display:block;margin:0 auto 1.5rem}@media screen and (min-width:768px){.about-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:20px;gap:20px}.about-text{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;height:100%}.contact-list{flex-direction:row;gap:15px;justify-content:space-around}}