/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2024 | 19:15:34 */
.Testimonial-banner{
	position: relative;
}
.Testimonial-banner::after{
	content: '';
    background-image: url('http://localhost/pots-care/wp-content/uploads/2024/02/download-8.svg');
    background-size: 100% 100px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    height: 100px;
    position: absolute;
    width: 100%;
    transform: scale(1, 1);
}
.testimonial-line-before{
    border-left: 5px solid #666;
    padding-left: 20px;
	display: inline-block;
	color: #008000;
	font-size: 18px;
	    margin-left: -40px;
}
.testimonial-line-before a{
	color: #0000ff;
	text-decoration: underline;
}
.testimonial-line-before br {
    display: none;
}