.who-am-i{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:min(100%,800px);display:flex}.who-am-i p{font-style:italic;font-weight:600;font-family:var(--font-sans);width:min(100%,500px)}.who-am-i .image-wrapper{width:500px;height:100%}@media (max-width:600px){.who-am-i .image-wrapper{width:100%}}.who-am-i .image-wrapper img{object-fit:cover;height:600px}@media (max-width:600px){.who-am-i .image-wrapper img{aspect-ratio:9/16;object-position:top;height:auto;max-height:600px}}
