/* breakpoints */
.divider {
  margin: 20px 0;
}

.divider hr {
  margin: 0px auto;
  border: 0;
  height: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgba(0, 92, 185, 0.2);
}

.white-space-divider hr {
  border: none;
}
