@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');body{margin:0;padding:0;font-family:'Inter',sans-serif;background:#fafbfc;color:#333}.about-us-slim{padding:100px 20px 60px;background:#fff}.about-intro{text-align:center;margin-bottom:40px;padding:0 20px}.about-intro h1{font-size:38px;font-weight:700;color:#222;margin-bottom:15px;text-align:center}.about-intro h1 span{color:#3784d1}.about-intro p{font-size:18px;color:#555;max-width:600px;margin:0 auto}.about-body{max-width:1000px;margin:0 auto;padding:0 20px}.about-text{background:#f8fbff;padding:40px 30px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.04)}.about-text p{font-size:16px;line-height:1.7;margin-bottom:20px;color:#444}.about-text h2{font-size:22px;margin-top:30px;margin-bottom:10px;color:#2b2b2b;display:flex;align-items:center;gap:8px}.about-text h2::before{content:'🔹';font-size:16px;color:#3784d1}.testimonial{margin-top:60px;background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.3);text-align:center}.testimonial p{font-style:italic;font-size:18px;max-width:600px;margin:auto;color:#444}.testimonial cite{display:block;margin-top:15px;font-size:15px;color:#666}.about-highlighted-points{display:flex;flex-wrap:wrap;gap:20px;margin-top:40px}.highlight-box{flex:1;background:#f5f9ff;padding:20px;border-left:4px solid #3784d1;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.highlight-box:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,123,255,.1)}.highlight-box h3{font-size:18px;margin-bottom:10px;color:#3784d1}.highlight-box p{font-size:14px;color:#555}@media(max-width:768px){.about-highlighted-points{flex-direction:column}.about-intro h1{font-size:30px}.about-text{padding:30px 20px}}