.about-heading{text-align:center;margin-bottom:2rem}.about-heading h1{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.about-heading p{font-size:1.1rem;color:var(--medium-gray);max-width:800px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-top:2rem}.about-image{background-color:var(--light-gray);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.about-image img,.about-image svg{width:100%;height:100%;object-fit:cover}.about-text{background-color:var(--white);border-radius:8px;box-shadow:var(--shadow);padding:2rem}.about-text h2{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.about-text p{margin-bottom:1rem;line-height:1.8}.about-text p:last-child{margin-bottom:0}.skills{margin-top:2rem}.skills h3{color:var(--tertiary-color);margin-bottom:1rem;font-size:1.5rem}.skill-list{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background-color:#4a90e21a;color:var(--primary-color);padding:.5rem 1rem;border-radius:30px;font-size:.9rem;font-weight:500}@media screen and (max-width: 900px){.about-content{grid-template-columns:1fr}.about-image{height:300px}}@media screen and (max-width: 768px){.about-heading h1{font-size:2rem}.about-text h2{font-size:1.5rem}.skills h3{font-size:1.3rem}}
