.gutenberg-quote-block {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 40px 40px 30px 40px;
    margin: 12px 0;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .07);
}

.gutenberg-quote-block__left-content {
    width: 40px;
    margin-right: 20px;
}

.gutenberg-quote-block__right-content {
    width: calc(100% - 60px);
}

.gutenberg-quote-avatar-description {
    margin-left: 15px;
    width: calc(100% - 75px);
}

.gutenberg-quote-avatar-container {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
}

.gutenberg-quote-description p {
    margin-bottom: 30px;
}

.gutenberg-quote-share-block {
    margin-top: 16px;
}

.gutenberg-quote-share-block .share-block {
    margin: 0;
    display: block;
}

.gutenberg-quote-avatar-image {
    max-width: 60px;
    max-height: 60px;
}

.gutenberg-quote-avatar-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.gutenberg-quote-block__icon-x-twitter path{
    stroke: var(--se-text-color-placeholder);
}

.gutenberg-quote-block__icon-x-twitter:hover path{
    stroke: var(--se-heading-color);
}

.gutenberg-quote-avatar-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.gutenberg-quote-avatar-profession {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #767676;
}

.gutenberg-quote-description {
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
}

@media screen and (max-width: 480px) {
    .gutenberg-quote-block {
        padding: 40px 20px 20px 20px;
    }
}