.feathered-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feathered-services__label{margin-bottom:2.5rem}.feathered-services__card{background-color:var(--primary-0);border:.0625rem solid var(--primary-1_1);border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem;overflow:hidden;padding:1.5rem}.feathered-services__card img{border-radius:.25rem;display:block;flex-shrink:0;height:15.625rem;object-fit:cover;width:100%}.feathered-services__card h3{color:var(--primary-16);font-weight:700;line-height:1.2;margin:0}.feathered-services__card p{color:var(--primary-14);line-height:1.5;margin:0}.feathered-services__card nav{display:grid;gap:.5rem 1rem;grid-template-columns:repeat(2,1fr);margin-top:auto}.feathered-services__card nav a{color:var(--primary-4);display:inline-block;line-height:1.4;text-decoration:underline;transition:color .3s,transform .2s}.feathered-services__card nav a:hover{color:var(--primary-3);transform:translateX(.125rem)}.dark-bg .feathered-services__card{background-color:var(--primary-15);border-color:var(--primary-14)}.dark-bg .feathered-services__card h3{color:var(--gray-1)}.dark-bg .feathered-services__card p{color:var(--primary-7)}@media (max-width:90em){.feathered-services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:65rem){.feathered-services__card img{height:11.25rem}.feathered-services__card nav{gap:.5rem;grid-template-columns:1fr}}@media (max-width:48rem){.feathered-services__label{margin-bottom:1.5rem}.feathered-services__grid{grid-template-columns:1fr;gap:1rem}.feathered-services__card h3{font-size:1.25rem}.feathered-services__card nav a,.feathered-services__card p{font-size:.875rem}}@media (min-width:48rem){.feathered-services__label{width:50%}}