.beforeQuo {
    position: relative;
  }
  
  .beforeQuo::before {
    content: '“';
    position: absolute;
    left: -0.65em;
    display: block;
    top: 0;
  }
  @media only screen and (max-width: 734px) {
    .beforeQuo::before {
      content: '“';
      position: absolute;
      left: -0.65em;
    }
  }