.testimonials-area .avia-testimonial-content {
    position: relative;
    margin-bottom: 25px;
}

.testimonials-area .avia-testimonial-content:after {
    content: '\e808\e808\e808\e808\e808';
    font-family: 'entypo-fontello';
    color: #cc943b;
    font-size: 22px;
    letter-spacing: 5px;
}

.testimonials-area .avia-testimonial-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    column-gap: 30px;
}

.testimonials-area .avia-testimonial-image {
    width: auto;
    height: auto;
    max-width: 102px;
    margin: 0;
}