.ae-reviews .slick-prev {
	width: auto;
	height: auto;
	left: 0;
	right: auto;
	bottom: 0;
	top: auto;
	color: #111;
	display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.ae-reviews .slick-next {
	width: auto;
	height: auto;
	left: auto;
	right: 0;
	bottom: 0;
	top: auto;
	color: #111;
	display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.ae-reviews .slick-prev:before, 
.ae-reviews .slick-next:before {
	display: none;
}
.ae-reviews .slick-prev span,
.ae-reviews .slick-next span {
	font-family: "Brother 1816";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 7.2px;
	text-transform: uppercase;
	color: #111;
}
.ae-reviews .slick-prev span.text,
.ae-reviews .slick-next span.text {
	line-height: 1;
}
.ae-reviews .review-content * {
	color: #111;
	font-family: "Brother 1816";
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.ae-reviews .reviewer-name p {
	color: #D4B121;
	font-family: "Thoreau Display";
	font-size: 28px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.ae-reviews .reviewer-designation * {
	color: #C0C0C0;
	font-family: "Brother 1816";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}
.ae-reviews .review-slide {
	text-align: right;
}
.ae-reviews .reviews-slider {
	padding-bottom: 55px;
}
.ae-reviews .slick-arrow.slick-disabled {
	opacity: 0.3;
}

@media screen and (max-width: 1024px) {
	.ae-reviews .review-slide {
		text-align: center;
	}
}