.bw-testimonials-slider-block {
	.testimonial-item {
		text-align: center;
		margin: 0 auto;
		padding: 20px 50px;

		.testimonial-icon-wrap {
			margin: 0 0 10px 0;
			svg {
				width: 1em;
				height: 1em;
				font-size: 30px;
			}
		}
		.testimonial-headline-wrap {
			margin: 0 0 0 0;
			h2 {
				color: inherit;
				margin-bottom: 0.5em;
			}
		}
		.testimonial-content-wrap {
			margin: 0 0 0 0;
			min-height: 110px;
			white-space: pre-wrap;
		}
		.testimonial-author-wrap {
			margin: 10px 0 0 0;
			font-weight: bold;
		}
	}

	.swiper-button-next,
	.swiper-button-prev {
		opacity: 0.25;
		transition: 1.5s;
		background-color: black;
		border-radius: 5px;

		&::after {
			font-size: 20px;
			font-weight: 900;
			color: white;
		}
	}

	&:hover .swiper-button-next,
	&:hover .swiper-button-prev {
		opacity: 0.75;
	}

	/* Testimonial Slider */
	.testimonial-content-wrap {
		position:relative;
	}
	.testimonial-content-wrap:before {
		content: '“';
		position: absolute;
		top: -0.5em;
		left: -0.5em;
		font-size: 5em;
		opacity: 0.5;
		font-family: initial;
		font-weight: bold;
	}
	.testimonial-content-wrap:after {
		content: '”';
		position: absolute;
		bottom: -0.75em;
		right: -0.5em;
		font-size: 5em;
		opacity: 0.5;
		font-family: initial;
		font-weight: bold;
	}
	.testimonial-icon-wrap {
		display:none;
	}

	.swiper {
		padding-bottom: 24px;
		
		span.swiper-pagination-bullet {
			height: 12px;
			width: 12px;
			margin: 0 6px;
		}
	}
}