.o-testimonial {
	&__background {
		&::before {
			content: '';
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.5);
			top: 0;
			left: 0;
		}
	}

	&__quote {
		padding-right: 33%;
	}

	.slick-slider {
		position: relative;
	}

	.slick-arrow {
		position: absolute;
		bottom: 0;
		right: 0;
		left: initial;
		padding: 2.5rem;
		color: #ffffff;
		z-index: 10;

		&::before {
			content: none;
		}

		&:focus {
			outline: none;
		}
	}

	.arrow-prev {
		margin-right: 50px;
	}
	.arrow-next {
		// bottom: 0;
	}

	&__footer {
		p {
			margin: 0;
		}
	}
}