.pull-quote-block {
    position: relative;
    border-left-width: 22px;
    border-style: solid
}
.pull-quote-block .inner-wrapper.has-image {
    min-height: 20rem
}
@media (min-width: 768px) {
    .pull-quote-block .inner-wrapper.has-image {
        display: flex;
        align-items: flex-start
    }
}
.pull-quote-block .inner-wrapper.has-image img {
    margin: 0px
}
.pull-quote-block .inner-wrapper .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 35px;
    padding-right: 45px;
    padding-bottom: 55px;
    padding-left: 65px;
    color: var(--wp--preset--color--black)
}
@media (min-width: 768px) {
    .pull-quote-block .inner-wrapper .content {
        width: calc(100% - 200px)
    }
}
.pull-quote-block .inner-wrapper .content .quote {
    margin-bottom: 15px;
    font-weight: 700
}
.pull-quote-block .inner-wrapper .content + img {
    right: 0px;
    top: 0px;
    height: 20rem;
    width: 100%;
    object-fit: cover;
    object-position: center
}
@media (min-width: 768px) {
    .pull-quote-block .inner-wrapper .content + img {
        position: absolute;
        height: 100%;
        width: 20rem
    }
}
.pull-quote-block .inner-wrapper .content .attribution {
    margin-left: auto;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 1.4rem;
    line-height: 2.0rem;
    font-weight: 700;
    text-transform: uppercase
}