.quote-block {
    padding-top: 30px;
    margin-top: 36px
}

.quote-block__container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.quote-block__bubble {
    background: #f7e9ce;
    border-radius: 8px;
    position: relative;
    min-height: 120px;
    box-shadow: none;
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px 20px 20px
}

@media (min-width: 960px) {
    .quote-block__bubble {
        padding: 42px 33px
    }
}

.quote-block__content {
    gap: 10px
}

.quote-block__content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 19.5px solid transparent;
    border-right: 19.5px solid transparent;
    border-bottom: 27.6px solid #FAE9CD;
    position: absolute;
    top: -22px;
    right: 5.07%
}

@media (min-width: 960px) {
    .quote-block__content:after {
        top: -30px;
        right: 7.07%;
        border-left: 28.5px solid transparent;
        border-right: 28.5px solid transparent;
        border-bottom: 35px solid #FAE9CD
    }
}

.quote-block__mark {
    position: absolute;
    top: -40px;
    left: 14px;
    z-index: 2;
    max-width: 60px
}

@media (min-width: 960px) {
    .quote-block__mark {
        left: 24px;
        max-width: unset
    }
}

.quote-block__text {
    font-family: Cooper, serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.24;
    max-width: 810px;
    font-style: normal
}

@media (min-width: 640px) {
    .quote-block__text {
        font-size: 22px
    }
}

@media (min-width: 960px) {
    .quote-block__text {
        font-size: 28px
    }
}

.quote-block__author {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 8px
}

.quote-block__author-photo {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

.quote-block__author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.quote-block__author-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}
