.about-me{background-color:#fff8e1;padding:80px 20px;display:flex;justify-content:center;margin-top:5rem}.about-me-card{display:flex;max-width:1200px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden}.about-me-text{flex:1 1;padding:40px}.about-me-text h2{font-size:3em;margin-bottom:20px}.about-me-text p{font-size:1.8rem;line-height:1.6;margin-bottom:20px}.about-me-image{flex:1 1;display:flex;align-items:center;justify-content:center}.about-me-image img{width:100%;height:auto;border-radius:8px}@media (max-width:59em){.about-me-card{flex-direction:column}.about-me-image{align-self:center}}