.hg-services{background:var(--muted)}.hg-services__header{margin-bottom:2.5rem;text-align:center}@media (min-width:768px){.hg-services__header{margin-bottom:4rem}}.hg-services__heading{color:var(--foreground);font-size:1.5rem;margin:.75rem 0 1rem}@media (min-width:768px){.hg-services__heading{font-size:2rem}}@media (min-width:1024px){.hg-services__heading{font-size:3rem}}.hg-services__intro{color:var(--muted-foreground);font-size:.95rem;margin:0 auto;max-width:42rem}@media (min-width:768px){.hg-services__intro{font-size:1rem}}.hg-services__grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.hg-services__grid{gap:2rem;grid-template-columns:1fr 1fr}}.hg-services__card{align-items:flex-start;background:var(--card);border:1px solid var(--border);display:flex;gap:1rem;padding:1.25rem;transition:box-shadow .3s ease}@media (min-width:768px){.hg-services__card{gap:1.5rem;padding:2.5rem}}.hg-services__card:hover{box-shadow:var(--shadow-lg)}.hg-services__icon{align-items:center;background:rgba(28,59,48,.1);display:flex;flex-shrink:0;height:48px;justify-content:center;transition:background .3s ease;width:48px}@media (min-width:768px){.hg-services__icon{height:56px;width:56px}}.hg-services__icon svg{color:var(--primary);height:20px;transition:color .3s ease;width:20px}@media (min-width:768px){.hg-services__icon svg{height:24px;width:24px}}.hg-services__card:hover .hg-services__icon{background:var(--primary)}.hg-services__card:hover .hg-services__icon svg{color:var(--primary-foreground)}.hg-services__title{color:var(--foreground);font-size:1.125rem;margin-bottom:.5rem}@media (min-width:768px){.hg-services__title{font-size:1.5rem;margin-bottom:.75rem}}.hg-services__desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.65}@media (min-width:768px){.hg-services__desc{font-size:1rem}}.hg-services__cta{margin-top:2rem;text-align:center}@media (min-width:768px){.hg-services__cta{margin-top:3rem}}