.line-with-icon {
  display: flex;
  align-items: center;
  width: 100%;
}

.line {
  flex-grow: 1;
  height: 1px;
  border-top: 1px dashed rgba(108,117,125,0.2);
}

.line-with-icon svg {
  margin: 0 10px;
}

