.customer-testimonials {
	column-count: 2;
	column-gap: 0;	
	margin-bottom: 80px;
	margin: 0 5vw;
}

.testimonial {	
	padding: 40px;
	break-inside: avoid;
}

.quote-holder {
	position: relative;
}

.quote-bubble {
	border-radius: 20px;	
	color: #fff;	
	overflow: hidden;
}

.quote-bubble .text-content {
	padding: 20px 40px 40px 40px;
	color: #fff;
}

.quote-bubble p {
	color: #fff;
}

.quote-bubble a, .quote-bubble a:hover{
	color: #fff;
	font-weight: bold;
}

.quote-holder::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50px;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;  
	border-top-width: 20px;
    border-top-style: solid;
}

.quote-bubble.has-image {
	
}

.quote-bubble img {
	width: 100%;	
}

.testimonial.color1 .quote-bubble{
	background-color: #6CC248
}

.testimonial.color1 .quote-holder::after{
	border-top-color: #6CC248
}

.testimonial.color2 .quote-bubble{
	background-color: #00A9E0
}

.testimonial.color2 .quote-holder::after{
	border-top-color: #00A9E0
}

.testimonial .stars {
	text-align: right;    
    height: 30px;
    margin-top: 10px;
    width: 90%;
    background-image: url(https://www.stratixcorp.com/wp-content/uploads/2019/06/stars.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
    
.testimonial .author {
	font-weight: bold;
	padding-left: 40px;
	width: 70%;
	font-size: 1.2em;
}

.testimonial.color1 .author{
	color: #6CC248
}

.testimonial.color2 .author{
	color: #00A9E0
}

@media(max-width: 1440px) {
	.testimonial {	
		padding: 20px;		
	}
	
	.testimonial .author {
		font-size: 13pt;
		width: auto;
		padding-right: 40px;
	}
}
	
@media(max-width: 768px){
	.customer-testimonials {
		column-count: 1;				
	}	
}
