.row-wrapper {
  display: flex;
  width: 100%;
  .left {
    flex-basis: 40%;
    display: flex;
    justify-content: flex-end;
    margin-right: .5rem;
    font-weight: 550;
  }
  .right {
    flex-basis: 60%;
  }
}