.right-line {
    border-right: 2px #5337abb2   dashed;
    min-height:5em
  }

  .top-line {
    border-top: 2px #5337abb2   dashed;
  }

  .halved {
    width: 50%;
    float:left;
  }

  .more-diagram{
    padding: 40px;
  border: 1px solid #404873;
  border-radius: 50px;
  background: #8cce67;
  }

  @media screen and (max-width: 768px) {
    .diagram-left-img
    {
        position: relative;
    }
  }
