.review-box .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
ul.slides {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.review-box {
	-webkit-box-shadow: 3px 5px 11px 2px rgb(0 0 0 / 9%);
	box-shadow: 3px 5px 11px 2px rgb(0 0 0 / 9%);
	align-items: center;
	border-radius: 10px;
	background:#eee;
}
.review-box .comment .content {
	padding: 20px 40px 40px 40px;
	position: relative;
	font-size: 22px;
}
.review-box .quote {
	-webkit-box-shadow: 0px 3px 6px 2px rgb(0 0 0 / 21%);
	box-shadow: 0px 3px 6px 2px rgb(0 0 0 / 21%);
	display: inline-block;
	border-radius: 10px;
	background: #0033a0;
	background: var(--e-global-color-primary);
	position: absolute;
	line-height: 111px;
	text-align: center;
	font-size: 110px;
	font-family: "Helvetica", Sans-serif;
	height: 55px;
	width: 55px;
	color: #fff;
	top: -18px;
	padding: 8px 0 3px 0;
	margin: 0;
}
.review-box .date {
	text-align: right;
	font-size: 12px;
}
.review-box .comment .main {
	padding: 40px 0 25px 0;
	word-break: break-word;
	font-style: italic;
	font-size: 22px;
}
.review-box .main p {
    line-height: 1.3em;
}
.review-box .comment .name {
	justify-content: flex-end;
	align-items: center;
	display: flex;
}
.review-box .comment .name img {
	width: 72px;
}
.review-box .footer {
	justify-content: space-between;
	border-radius: 0 0 10px 10px;
	background: #0033a0;
	background: var(--e-global-color-primary);
	align-items: center;
	padding: 25px 40px;
	display: flex;
	color: #fff;
}
.review-box .name-tag span {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #ffffff;
}
.review-carousel ul.slides li {
	display: none !important;
}
.review-carousel ul.slides li.flex-active-slide {
	display: block !important;
}
@media (max-width: 600px) {
	.review-box .comment .content {
		padding: 20px;
		font-size: 18px;
		line-height: 1.3em;
	}
	.review-box .footer {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 25px 15px;
	}
	.review-box .name-tag span {
		font-size: 18px;
	}
	.review-box .footer > div:first-child {
		order: 2;
	}
}