.demo {
    background: whitesmoke;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}

    .testimonial .testimonial-content:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 22px;
        transform: rotate(45deg);
    }

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: var(--my-verde);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

    .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid var(--my-verde);
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px;
    }

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--my-rosa);
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: inherit;
    /*margin: 0 0 5px 0;*/
}

.testimonial .post {
    display: block;
    font-size: 14px;
    /*color: #ff4242;*/
}