@media screen and (max-width: 749px) {
    .testimonials {
        text-align: center;
    }

    .testimonials__buttons {
        display: none !important;
    }
}

.testimonials__buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
}

.testimonials blockquote {
    margin-bottom: 16px;
}

@media screen and (min-width: 750px) {
    .testimonials__blocks {
        margin: 72px auto 0 auto;
        max-width: calc(100% - 200px);
    }
    
    .testimonials blockquote {
        font-size: 18px;
        line-height: 1.67;
    }
}

.testimonials blockquote p {
    position: relative;
    text-align: left;
}

.dashicons-editor-quote {
    background: var(--color-gradient-webkit);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonials .title {
    text-align: center;
}

p .dashicons-editor-quote,
.testimonials__image {
    display: none;
}

.testimonials__image .media {
    border-radius: 240px 240px 16px;
}

.author_image {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 4px;
}

figcaption .author {
    font-weight: var(--type-semi-bold);
}

@media screen and (min-width: 750px) {
    .author_image {
        display: none;
    }

    h2 .dashicons-editor-quote {
        display: none;
    }

    p .dashicons-editor-quote {
        display: block;
        font-size: 40px;
        height: 40px;
        width: 40px;
        position: absolute;
        top: -20px;
        left: -44px;
    }

    .testimonials__inner {
        display: flex;
        gap: 32px;
    }

    .testimonials__image {
        display: block;
        flex: 0 0 200px;
        margin-top: 40px;
    }

    .testimonials .swiper-scrollbar {
        display: none;
    }
}

.testimonials cite {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.4;
    align-items: flex-start;
}

.testimonials__buttons + div {
    margin-top: 32px;
}