.services-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.services-grid::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;box-sizing:border-box;flex:0 0 85%;min-width:280px}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem;padding-bottom:0;display:grid;overflow:visible}.service-card{scroll-snap-align:none;flex:none;min-width:auto}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card>a{height:100%;display:block}.services-dots-wrapper{width:100%;margin-top:.75rem;display:block}.services-dots{justify-content:center;gap:.5rem;padding:.25rem 0;display:flex}.service-dot{background:#0000001f;border:none;border-radius:9999px;width:10px;height:10px;padding:0;transition:transform .2s,background .2s}.service-dot.active{background:var(--primary,#0ea5a4);transform:scale(1.2)}@media (min-width:768px){.services-dots-wrapper{display:none}}
