.about-section{padding:5rem 1rem;background:transparent;color:#333}.about-container{max-width:1280px;margin:0 auto;padding:0 1rem}.about-content{gap:1rem;flex-wrap:wrap}.about-content,.about-text{flex-direction:column}.about-content,.about-image-wrapper,.about-text{display:flex;align-items:center;justify-content:center}.about-image-wrapper{background:linear-gradient(135deg,#fdfbfb,#f5f7fa);border-radius:1.5rem;box-shadow:0 15px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.about-image{border-radius:1rem;max-width:100%;height:auto;object-fit:cover;filter:brightness(1.05) contrast(1.1) saturate(1.2)}.about-image-wrapper:hover{transform:scale(1.03);box-shadow:0 25px 40px rgba(0,0,0,.15)}.about-description{font-size:1.6rem;line-height:1.8;text-align:left;text-indent:2em}