// Dividers

.divider {
  margin: remy(40px) auto;
  width: remy(100px);
  border: 0;
  border-top: 1px solid #eee;
}
