.horizontal-divider {
  height:1px;
  background-color:#000;
  margin:20px auto
}

@media screen and (min-width: 768px){
  .horizontal-divider.divider-mobile {
    display: none;
  }
}
