.service .icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
}

.service .icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
