#partners_testimonials {
    /*border: solid 1px red;*/
}
#partners_testimonials_container {
}
#partners_testimonials_content {
    flex-direction: column;
}
#widget_customers_testimonials {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.partners_testimonials_col_container {
    width: 100%;
}
.partners_testimonials_text {
    height: 580px;
    /*border: solid 1px red;*/
}
.partners_testimonials_background {
    background-color: var(--primary-background);
}
.partners_testimonials_border {
    border: solid 2px var(--primary-color);
}
.col_content {
    margin-left: 10px;
    margin-bottom: 20px;
    border-radius: 4rem;
    padding: 30px;
    /*border: solid 1px green;*/
}
.partners_testimonials_stars {
    margin: 10px 0;
}
.partners_testimonials_link a {
    color: var(--black);
}
@media all and (min-width: 400px) {.partners_testimonials_text { height: 378px; } }
@media all and (min-width: 500px) {.partners_testimonials_text { height: 296px; } }
@media all and (min-width: 600px) {.partners_testimonials_text { height: 235px; } }
@media all and (min-width: 800px) {.partners_testimonials_text { height: 190px; } }
@media all and (min-width: 900px) {.partners_testimonials_text { height: 165px; } }
@media all and (min-width: 1200px) {
    #widget_customers_testimonials {
        flex-direction: row;
        justify-content: space-around;
    }
    .partners_testimonials_col_container {
        width: 33%;
    }
    #partners_testimonials_content {
        /*flex-direction: row;*/
    }
    .partners_testimonials_text {
        height: 308px;
    }
}
@media all and (min-width: 1300px) {.partners_testimonials_text { height: 440px; } }
@media all and (min-width: 1400px) {.partners_testimonials_text { height: 470px; } }
@media all and (min-width: 1500px) {.partners_testimonials_text { height: 415px; } }
@media all and (min-width: 1600px) {.partners_testimonials_text { height: 380px; } }
@media all and (min-width: 1700px) {.partners_testimonials_text { height: 350px; } }
@media all and (min-width: 1800px) {.partners_testimonials_text { height: 340px; } }