﻿.hero-section{background-image:url('~/Content/images/hero-bg.jpg');background-size:cover;background-position:center;padding:20px 20px 50px 20px;color:white;text-align:center}.about-container{max-width:1200px;margin:0 auto;padding:50px 20px}.about-section{display:flex;flex-wrap:wrap;gap:20px}.about-content{flex:1 1 50%}.about-content h2{margin-bottom:20px;font-weight:300}.about-content p{font-size:1.1em;line-height:1.6;margin-bottom:20px}.about-images{flex:1 1 50%;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.about-images img{width:100%;max-width:300px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.1)}