.how-we-work{display:grid;padding:2rem max(1rem,5%);background:#eee;width:100%;box-sizing:border-box}.hw-hero{margin-bottom:18px;display:grid;grid-template-columns:1fr 2fr;gap:16px;padding:4rem 1.5rem 1rem}.hw-hero h2{grid-column:1;align-self:center;text-align:center;font-family:sans-serif;font-size:44px;font-weight:600;color:#222831}.hw-hero .hw-subtitle{grid-column:2;font-family:sans-serif;font-size:1.2rem;line-height:1.6;align-self:center;color:#222831}.hw-models{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;text-align:center}.hw-model-card{padding:14px;border-radius:10px;background:#eee;border:2px solid #00adb5;transition:all .3s}.hw-model-card:hover{background:#393e46;box-shadow:0 4px 12px rgba(0,173,181,.2)}.hw-model-card h3{margin:0 0 6px;font-size:1rem;font-family:sans-serif;color:#222831;transition:color .3s}.hw-model-card:hover h3{color:#00adb5}.muted{font-family:sans-serif;font-size:.95rem;color:#393e46;transition:color .3s}.hw-model-card:hover .muted{color:#eee}.small{font-family:sans-serif;font-size:.9rem;color:#393e46;transition:color .3s}.hw-model-card:hover .small{color:#eee}.hw-cta{text-align:center;padding:2rem 1rem 1rem;border-top:2px solid #00adb5}.hw-cta p{font-family:sans-serif;font-size:1.1rem;color:#222831;margin-bottom:1rem}@media screen and (max-width:768px){.hw-hero{grid-template-columns:1fr;text-align:left}.hw-hero h2,.hw-hero .hw-subtitle{grid-column:1}.hw-hero h2{font-size:28px;text-align:left}.hw-hero .hw-subtitle{margin-top:10px;font-size:1rem}.hw-models{grid-template-columns:1fr}}