.flex_img_content{
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  .image{
    width:30%;
    &.etrics-goals2{
      padding:0 40px;
    }
  }
}

.ghg{
  align-items:flex-end;
  justify-content: space-between;
  .left_content{
    width:auto!important;
  }
  .right_content{
    width:auto!important;
  }
}

@media screen and (min-width: 768px) {
    table{
      th{
        width:220px;
      }
    }
 
}

@media screen and (max-width: 767px) {
  .flex_img_content{
    flex-direction: column;
    .image{
      width:100%;
      &.etrics-goals2{
        padding: 0 12vw;
      }
    }
  }
  .ghg{
    .left_content{
      width:100%!important;
    }
    .right_content{
      width:100%!important;
    }
  }
  

}
