.service-card {
  min-height: 480px;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(44, 120, 151, .18);
  border-radius: 16px;
  background: #f4f9fb;
}

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

.service-card.featured .service-icon {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}

.service-card h3 {
  margin-top: 22px;
}

.service-card p {
  line-height: 1.65;
}

.service-facts {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.service-facts li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.service-facts span {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.service-facts strong {
  color: #fff;
  font: 600 12px Manrope, sans-serif;
  text-align: right;
}

.service-note {
  margin: 18px 0 0;
  color: #687b84;
  font-size: 11px;
}

.service-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.service-card a span {
  float: none;
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .service-card {
    min-height: 455px;
  }
}
