.about-section{text-align:center;padding:80px 20px}.about-title{font-size:3rem;font-family:Georgia,serif;margin-bottom:40px}.about-text{max-width:700px;margin:0 auto;font-size:1.1rem;color:#333;line-height:1.6}.about-text p{margin-bottom:20px}.about-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:50px auto;padding:0 20px}.about-gallery img{width:100%;height:300px;object-fit:cover;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .3s ease}.about-gallery img:hover{transform:scale(1.03)}@media (max-width:768px){.about-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.about-gallery{grid-template-columns:1fr}}