.pull-quote-card-725bfbb9 {
    position: relative;
    padding: 3rem 2rem;
    background-color: #2c2c2c;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    overflow: hidden;
}

.pull-quote-card-725bfbb9::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 5rem;
    font-family: serif;
    line-height: 1;
    opacity: 0.3;
}

.pull-quote-card-725bfbb9::after {
    content: '"';
    position: absolute;
    bottom: -30px;
    right: 20px;
    font-size: 5rem;
    font-family: serif;
    line-height: 1;
    opacity: 0.3;
}

.pull-quote-text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    outline: none;
}