
.divider-line {
  display: flex;
  border-bottom: 1px solid gainsboro;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 15px;
  margin-right: 15px;
  flex-grow: 1;
}