/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2023 | 06:36:51 */
.tst-video-st-23 video {
    border-radius: 30px;
}

.tst-img-st-23 .wpmtst-testimonial-image.testimonial-image:after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    background: url(/wp-content/uploads/2023/08/Google__G__Logo.svg);
    right: 20px;
    top: 20px;
    background-position: center center;
    background-size: 79%;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    border-radius: 40px;
    padding: 5px;
}
@media only screen and (max-width: 1024px) {
	.tst-img-st-23 .wpmtst-testimonial-image.testimonial-image:after {
		width: 40px;
    	height: 40px;
	}
	
}