.pg_about_query {
  position: relative; }
  .pg_about_query::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    background-color: #e2f3f9; }
  .pg_about_query .content {
    position: relative;
    background-color: #3849FF;
    padding: 80px 30px;
    color: #fff;
    text-align: center;
    z-index: 10; }
    .pg_about_query .content::before {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      width: 50px;
      height: 50px;
      border: 25px solid transparent;
      border-right: 25px solid #e2f3f9;
      border-bottom: 25px solid #e2f3f9; }
    .pg_about_query .content::after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 50px;
      height: 50px;
      border: 25px solid transparent;
      border-left: 25px solid #fff;
      border-top: 25px solid #fff; }
    .pg_about_query .content .main_shap {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 50%;
      pointer-events: none; }
    .pg_about_query .content h2 {
      font-size: 42px; }
