.service-icon,
.feature-icon {
  color: var(--accent-2);
  display: inline-block;
  margin-bottom: 0.75rem;
}

.service-icon {
  width: 4rem;
  height: 4rem;
  font-size: 4rem; /* ensure bootstrap icons scale correctly */
  line-height: 1;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  stroke: var(--accent-2);
  fill: none;
  stroke-width: 2;
}

