/* home testimonials */

.testimonials_page .testimonials_list .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials_page .testimonials_list .elementor-testimonial-content {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonials_page .testimonials_list .elementor-widget-wrap.elementor-element-populated .elementor-widget-testimonial {
    border: 1px solid #cfcfcf;
    padding: 20px;
    border-radius: 10px;
    margin: 0;
    background: #fcfcfc;
}

.testimonials_page .testimonials_list .elementor-testimonial-name {
    color: var(--primary);
    font-weight: 600;
}