Hi,
You may use the following code to your custom CSS to color those:
.ultimate-testimonial .sppb-col-md-4 .sppb-column-addons {
border-top: 3px solid #00f8a3;
}
.ultimate-testimonial .sppb-col-md-4:nth-child(2) .sppb-column-addons {
border-top: 3px solid #9e4526;
}
.ultimate-testimonial .sppb-col-md-4:nth-child(3) .sppb-column-addons {
border-top: 3px solid #0101ad;
}
Change the color codes to see the effect!
Note: How to create Custom.css file:
https://prnt.sc/rc7obg
https://prnt.sc/rc7pnm
https://prnt.sc/rc7p4p
Best Regards