.custom-divider {
  margin: 60px 0px;
  height: 1px;
  background-color: #979797;
  /*width: 100%;*/
}

/* Media query for mobile screens */
@media screen and (max-width: 800px) {
  .custom-divider {
    margin-left: 10px;
    margin-right: 10px;
  }
}
