.container-testimonial-two-columns {
    position: relative;
}

.container-testimonial-two-columns .shape-testimonial-two-columns-shape-full {
    bottom:40px;
    right: -60px;
    transform-origin: right;
    z-index: 1;
}

@media only screen and (max-width: 1280px) {
    .container-testimonial-two-columns .shape-testimonial-two-columns-shape-full {
        transform: scale(0.7);
    }
}

.testimonial-two-columns-quotes {
    display: flex;
        flex-wrap: wrap;
}

.testimonial-two-columns-quotes > div {
    margin-right: 40px;
    flex: 1 1 calc(50% - 40px);
}

@media only screen and (max-width: 1024px) {
    .testimonial-two-columns-quotes > div {
        flex: 1 1 100%;

        margin-right: unset;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial-two-columns-quotes > div {
        padding: 0 0 0 40px;
    }
}

.testimonial-two-columns-quotes img {
    margin-bottom: 30px;
}

.testimonial-two-columns-quotes blockquote>p {
    margin-bottom: 30px;

    padding-right: 30px;

    font-size: 22px;
    font-weight: var(--font_weight--semibold);
    line-height: var(--line_hight--header);

    position: relative;
}

@media only screen and (max-width: 1440px) {
    .testimonial-two-columns-quotes blockquote>p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1280px) {
    .testimonial-two-columns-quotes blockquote>p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .testimonial-two-columns-quotes blockquote>p {
        font-size: 16px;
    }
}

.testimonial-two-columns-quotes blockquote>p:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -40px;
    width: 30px;
    height: 25px;
    background: url(../../img/shapes/miquido-icon-quote-blue.svg) 0 0 no-repeat;
    filter: grayscale(1);
}

.testimonial-two-columns-quotes .author-details h5 {
    line-height: var(--line-height--xl);
}

.testimonial-two-columns-quotes .author-details p {
    line-height: var(--line-height--xl);
}


.testimonial-two-columns-cta {
    text-align: center;
}