.about{display:flex;justify-content:space-between;gap:3rem}.about .about__bio{flex:1;display:flex;flex-direction:column;gap:2rem;text-align:justify;max-width:70rem}.about .about__img{flex:1;max-width:55rem}@media(max-width:1200px){.about{flex-direction:column;gap:3rem;align-items:center}}@media(max-width:900px){.about .about__bio{flex:1;display:flex;flex-direction:column;gap:2rem;text-align:justify}.about .about__img{width:100%;max-width:40rem}}
