.single-testimonial-block {
		
	.slide {

		&::before {
			content: '';
			background-image: url('data:image/svg+xml,<svg width="46" height="36" viewBox="0 0 46 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.1726 36V18.3C25.1726 4.95 36.4104 0 36.4104 0L37.3095 1.49998C37.3095 1.49998 30.5668 8.39997 31.7655 15.15H46V35.9999L25.1726 36Z" fill="%23B49A31"/><path d="M0.000764847 36V18.3C0.000764847 4.95 11.2385 0 11.2385 0L12.1376 1.49998C12.1376 1.49998 5.39492 8.39997 6.59359 15.15H20.8281V35.9999L0.000764847 36Z" fill="%23B49A31"/></svg>');
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			width: 46px;
			height: 36px;
			position: absolute;
			top: 55px;
			left: 50%;
			transform: translateX(-50%);
		}

		border-radius: 3px;
		color: var(--wp--preset--color--navy);
		padding: 120px 0px 50px;
		position: relative;
		text-align: center;
		transition: all 0.3s ease-in-out;
		width: 100% !important;
		z-index: 0;

		@media screen and (max-width: 662px) {
			&::before {
				top: 30px;
				width: 36px;
				height: 26px;
			}
			padding: 70px 20px 20px;
		}

		p {
			margin-bottom: 0 !important;
		}

	}
	

}
