.c-cards{display:grid;gap:1.7778rem;grid-template-columns:repeat(3,1fr)}.c-card{border:2px solid var(--background-new);border-radius:12px;display:flex;flex-direction:column;gap:1.3333rem;justify-content:space-between;padding:26px 21px 21px;position:relative;transition:all .2s ease}.c-card:hover{border-color:var(--pale-green-600);box-shadow:0 8px 24px 0 hsla(210,8%,62%,.2)}.c-card__icon{align-items:center;background:var(--background-new);border-radius:50%;display:flex;height:56px;justify-content:center;padding:7px;position:absolute;right:25px;top:-30px;width:56px}.c-card__icon img{height:100%;max-width:100%}.c-card__title{font-size:1.3333rem;margin-bottom:.6667rem}.c-card__desc{margin-bottom:0}.c-card__link{align-items:center;color:var(--army-green-base);display:flex;gap:.3333rem;transition:all .2s ease}.c-card:hover .c-card__link{color:var(--army-green-700)}.c-card svg{fill:var(--army-green-base);transition:all .2s ease}.c-card:hover svg{fill:var(--army-green-700);transform:translateX(5px)}@media (max-width:768px){.c-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.c-cards{grid-template-columns:1fr}}