Enclose your quotes in the blockquote tag, then apply this css:
blockquote::before {
color: #692100;
content: '“';
font-family: "equity-text";
font-size: 100px;
font-style: normal;
line-height: 0.6;
margin-left: -45px;
margin-top: -5px;
position: absolute;
}
