.service .icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-link { display: block; height: 100%; }
.service-link .service { height: 100%; display: flex; flex-direction: column; }
.service-more { margin-top: auto; padding-top: 22px; color: var(--orange); font-size: 12px; font-weight: 800; }
.service.featured .service-more { color: var(--orange); }

.service:nth-child(4) .icon svg {
  fill: currentColor;
  stroke: none;
}
