.pg_about_chart {
  padding: 125px 0; }
  .pg_about_chart .info .section_head {
    margin-bottom: 40px; }
  .pg_about_chart .info .main_text {
    font-size: 20px;
    font-weight: bold;
    color: #4f627b;
    margin-bottom: 40px; }
  .pg_about_chart .info ul li {
    font-size: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pg_about_chart .info ul li .icon {
      width: 25px;
      -webkit-margin-end: 20px;
      margin-inline-end: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
  .pg_about_chart .img {
    position: relative; }
    .pg_about_chart .img .main_img {
      position: relative;
      z-index: 5; }
    .pg_about_chart .img .shap {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
