.gutenberg__blokquote {
    border-block-width: 1px;
    border-color: #e7e6ec;
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 35px;
    padding-top: 30px;
    position: relative;
}

.gutenberg__blokquote-image {
    align-items: center;
    display: flex;
    flex: none;
    flex-basis: 146px;
    margin-right: 30px;
    max-width: 146px;
}

.gutenberg__blokquote-image img{
    height: 146px;
    border-radius: 9999px;
    object-fit: cover;
    width: 100%;
}

.gutenberg__blokquote-author {
    font-size: 20px;
    margin-bottom: 2px;
    color: #000;
    font-weight: 700;
}

.gutenberg__blokquote-caption {
    font-size: 13px;
    line-height: 16px;
    color: #8f8f8f;
    font-weight: 600;
}

.gutenberg__blokquote-info p {
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.gutenberg__blokquote::after {
    content: '"';
    position: absolute;
    font-size: 242px;
    font-weight: 700;
    right: 0;
    bottom: -40px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.2);
    font-family: 'YiggivooUC';
}

@media only screen and (max-width: 650px) {
    .gutenberg__blokquote{
        flex-direction: column;
    }
}