.page-header{background-color:var(--secondary-color);color:var(--light-text);padding:8rem 0 4rem;text-align:center}.page-header h1{color:var(--light-text);font-size:2.5rem;margin-bottom:1rem}.page-header p{font-size:1.2rem;max-width:700px;margin:0 auto}.service-detail-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:5rem;align-items:center}.service-detail-image{width:100%;height:400px;overflow:hidden}.service-detail-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 5px 15px var(--shadow-color)}.service-detail-content h2{font-size:2rem;margin-bottom:1rem}.service-list{margin:1.5rem 0}.service-list li{margin-bottom:.8rem;display:flex;align-items:center;list-style:none}.service-list i{color:var(--primary-color);margin-right:10px}.quote-section{background-color:var(--accent-color);text-align:center}.quote-content h2{margin-bottom:1.5rem}@media screen and (max-width:768px){.service-detail-item{grid-template-columns:1fr;gap:2rem}.service-detail-image{order:-1;height:300px}}