.row-hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    width: 75%;
  }

  hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    width: 45%;
  }

  .row {
    margin-bottom: 2rem;
  }

.company-name {
  color: blue
}