.line-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--blue-dark);
  background: var(--pale);
  border: 1px solid #cfe7f1;
  border-radius: 12px;
}
.line-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
