.pg_case_header {
  position: relative; }
  .pg_case_header .shap {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #E3F0D7; }
    .pg_case_header .shap::after {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      width: 60px;
      height: 60px;
      border: 30px solid transparent;
      border-right: 30px solid #fff;
      border-bottom: 30px solid #fff; }
  .pg_case_header .img {
    position: relative;
    padding: 65px 0;
    z-index: 10; }
  .pg_case_header .info {
    position: relative;
    z-index: 10; }
    .pg_case_header .info .sub_title {
      font-size: 24px;
      text-transform: capitalize;
      color: #3849FF;
      margin-bottom: 15px; }
    .pg_case_header .info h2 {
      font-size: 60px;
      margin-bottom: 30px; }
    .pg_case_header .info .text {
      font-size: 20px;
      margin-bottom: 40px; }
    .pg_case_header .info a {
      position: relative;
      color: #3849FF;
      font-weight: bold;
      font-size: 18px;
      -webkit-padding-start: 130px;
      padding-inline-start: 130px; }
      .pg_case_header .info a .line_arrow {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 110px;
        height: 2px;
        background-color: #3849FF; }
        .pg_case_header .info a .line_arrow::before {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          height: 20px;
          width: 2px;
          background-color: #3849FF; }
        .pg_case_header .info a .line_arrow i {
          position: absolute;
          bottom: -8px;
          right: -1px; }
