#ge_cas-2x-banner{
    background: linear-gradient(90.49deg, #6C3F99 0%, #005BAA 100%);
    height: 100px;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ge_cas-container{
    /* background: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-12deg);
  }

  .ge_left-box{
    /* background: green; */
    margin: 0px 15px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .ge_left-box p{
    /* background: blue; */
    height: 25px;
    padding: 0px;
    margin: 5px 0px;
    font-family: kapra, Helvetica, sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 200;
    letter-spacing: 1.7px;
    text-align: center;
  }

  .ge_left-box p:nth-child(2){
    font-weight: bold;
    letter-spacing: 1px;
  }

  .ge_dotted-line{
    /* background: red; */
    width: 0px;
    height: 80px;
    border: none;
    border-left: dotted 3px white;
    padding: 0px;
    margin: 0px;
  }

  .ge_right-box{
    /* background: pink; */
    margin: 0px 0px 0px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .ge_right-box h2{
    /* background: green; */
    height: 57px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    font-family: Kapra, Helvetica, sans-serif;
    font-size: 78px;
    color: white;
    font-weight: bold;
    text-align: center;
  }

  .ge_right-box p{
    height: 25px;
    padding: 0px;
    margin: 5px 0px;
    font-family: Kapra, Helvetica, sans-serif;
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-align: left;
  }