.quote-with-dots {
    margin-top: 26px;
}

.quote-with-dots.block-ps-text {
    position: relative;
    border-top: 2px dotted #ddd;
    padding-top:  2rem;
}

.quote-with-dots.block-ps-text::before {
    content: "\201C";
    font-family: Georgia,serif;
    font-size: 70px;
    font-weight: bold;
    color: #999;
    background: #365a8a;
    line-height: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0.08em;
    position: absolute;
    color: #fff;
    top: -26px;
    left: 50%;
}
