.mission-section{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:90px;gap:60px;max-width:1400px;margin:0 auto;flex-wrap:wrap}.mission-text{flex:1;min-width:350px}.heade1{font-size:2.5rem;font-weight:700;margin-bottom:25px;line-height:1.4}.header2{font-size:1.25rem;line-height:1.6}.mission-image{flex:1;min-width:350px;display:flex;justify-content:center;align-items:center}.hero-image{width:100%;max-width:650px;height:auto;border-radius:12px;object-fit:cover;transition:transform .3s ease}.hero-image:hover{transform:scale(1.03)}.process-cards .h3{color:#044768}@media (max-width:768px){.mission-section{flex-direction:column;gap:40px}.heade1{font-size:1.55rem;text-align:left}.header2{font-size:1.025rem;text-align:left}.hero-image,.mission-image{max-width:100%}}.process-section{padding-top:80px;padding-bottom:80px;max-width:1200px;margin:0 auto}.process-title{font-size:36px;font-weight:700;margin-bottom:50px;color:#111;text-align:center;font-family:Inter,sans-serif;letter-spacing:.5px}.process-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.process-card{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:16px;padding:25px;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.process-card img{width:100%;border-radius:12px;margin-bottom:20px}.process-card h3{font-size:22px;font-weight:600;margin-bottom:15px;color:#111;text-align:left}.process-card p{font-size:16px;color:#555;margin-bottom:10px;text-align:left;line-height:1.6}.process-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.12)}@media (max-width:768px){.process-title{font-size:28px;margin-bottom:35px}.process-card h3{font-size:20px}}