.separator {
  height: 1px;
  width: 100%;

  &.gray {
    background-color: $borderGrey;
    margin-bottom: 1.875em;
  }
}
