.testimonial-page {
    /*min-height: 3330px;*/
    padding: 51px 0 ;
}

.testimonial-page .crowds-title h2 {
    font-size: 32px;
}

.testimonial-page .crowds-desc.top-desc {
    margin-bottom: 60px !important;
}

.testimonial-page .crowds-desc p {
    font-weight: 400 !important;
}

/* Only for elementor */
body.elementor-editor-active .testimonial-page .elementor-container, body.elementor-editor-preview .testimonial-page .elementor-container {
    flex-wrap: wrap;
}

body.elementor-editor-active .testimonials-card .card, body.elementor-editor-preview .testimonials-card .card {
    width: 33.33%;
}

/* End of Only for elementor */
body:not(.elementor-editor-active,.elementor-editor-preview) .testimonial-page .testimonial-cards {
    opacity: 0;
}

.testimonials-loaded .testimonial-page .testimonial-cards {
    opacity: 1 !important;
}

.testimonial-page .testimonial-cards .card {
    width: calc(33.33% - 34px);
    /*  padding: 0 17px; */
}

.testimonial-page .testimonial-cards .elementor-widget-image {
    margin-bottom: 32px;
}

.testimonial-cards .card img {
    border-radius: 8px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0 ,0.3);
}

.testimonial-page .testimonial-cards .card {
    margin-bottom: 45px;
}

.testimonial-page .testimonial-cards .card.card.without-img > div {
    padding: 30px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0 ,0.2);
}

.testimonial-page .testimonial-cards .crowds-desc {
    margin-bottom: 0 !important;
}

.testimonial-cards .crowds-desc p {
    font-size: 16px;
    line-height: 20.4px;
    font-weight: 500 !important;
}

.testimonial-cards .author {
    margin-bottom: 12px !important;
}

.testimonial-cards .author h5 {
    font-size: 10px;
    margin-bottom: 5px;
}

.testimonial-cards .author p {
    font-weight: 500;
    font-size: 10px;
}

.category-testimonials * {
    color: #010341;
}

.link-testimonials {
    color: #fff!important;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 400;
}

@media only screen and (min-width: 1440px) {
    .testimonial-page .elementor-container {
        width: 1271px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-page {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-page .testimonial-cards .card {
        width: calc(50% - 34px);
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-page .testimonial-cards {
        padding: 0;
    }

    .testimonial-page .testimonial-cards .card {
        width: 100%;
    }

    .testimonial-page .testimonial-cards .elementor-widget-image {
        text-align: left;
    }
}