.Services_hero__LHPWm{position:relative;height:350px;background-color:var(--secondary);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-image:linear-gradient(rgba(0,17,44,.8),rgba(0,17,44,.8)),url(/images/Banner.jpeg);background-size:cover;background-position:center 30%}.Services_heroTitle__ApDby{font-size:3rem;font-weight:800;margin-bottom:1rem;text-transform:uppercase;color:#fff}.Services_heroSubtitle__mOHEf{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.9;color:#fff}.Services_servicesSection__ZJhzZ{padding:5rem 0;background-color:var(--gray-50)}.Services_grid__bi5Av{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.Services_serviceCard__cIVGL{background:#fff;border-radius:var(--radius);overflow:hidden;text-align:left;transition:transform .2s,box-shadow .2s;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);display:flex;flex-direction:column}.Services_serviceCard__cIVGL:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.Services_imageContainer__2Kz4h{position:relative;height:240px;width:100%;background-color:var(--gray-200)}.Services_cardContent__QXJYI{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.Services_cardTitle__5DjDE{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:var(--secondary);text-transform:uppercase}.Services_cardText__CHHRD{color:var(--gray-800);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;flex:1 1}.Services_ctaButton__e3e24{align-self:flex-start;color:var(--primary);font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px;transition:color .2s}.Services_ctaButton__e3e24:hover{color:var(--secondary)}@media (min-width:768px){.Services_grid__bi5Av{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services_grid__bi5Av{grid-template-columns:repeat(3,1fr)}}