.c-copy-01 p.sty-shape{
  position: relative;
  margin-left: 70px;
}

.sty-shape:before{
  position: absolute;
  content:"";
  display: inline-block;
  width: 55px;
  height: 30px;
  background: #fce7cd;
  border: 1px solid #d4d5d5;
  top: -5px;
  left: -70px;
}

