/*================================================
Testimonial
================================================*/

/********** style-1 **********/
.pqcew-testimonial.pqcew-style-2 {
    padding: 60px 40px 60px 40px;
    background: #ffffff;
    position: relative;
}

/* 
.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-img img {
  width: 100px;
  height: 100px;
  border-radius: var(--big-border-radius);
} */


.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-img {
    width: 65px;
    height: 65px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 16px 0px;
}

.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-img img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
     border-radius: 100%;
}

.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-author {
    margin-bottom: 30px;
}

.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-author .pqcew-author-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    /* margin-bottom: 5px; */
    color: #1e1e1e;
}

.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-author .pqcew-author-designation {
    color: #ff6600;
    font-size: 15px;
}

.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}


.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-rating {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
}

.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-rating ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
}

.pqcew-testimonial.pqcew-style-2 .pqcew-testimonial-rating ul li i {
    color: #FFC300;
}


@media(max-width:767px) {
    .pqcew-testimonial.pqcew-style-2 {
        padding: 35px 25px;
    }

}