.testimonial.green {
	background-color: #003c4f;
	margin-top: 140px;
}

.testimonial.green .testimonial-row {
	margin-top: -140px;
}

.testimonial {

	/* overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; */
}

.testimonial::-webkit-scrollbar { /* WebKit */
	width: 0;
	height: 0;
}

.testimonial .splide__track {

	/* overflow: visible; */
}

.testimonial-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(122, 180, 183, 0.2);
	box-shadow: 0 6px 12px rgb(0 116 122 / 16%);
	filter: drop-shadow(0 6px 12px rgba(0, 116, 122, 0.16));
}

.testimonial-inner.splide__slide {
	cursor: grabbing;

	/* transform: scale(0.9); */
}

.testimonial-inner.splide__slide.is-active {

	/* transform: scale(1); */
}

.testimonial-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0;
	font-family: ArboriaMedium;
	color: #003c4f;
}

.testimonial-company {
	font-weight: 300;
	font-size: 14px;
	margin-top: 0;
}

.testimonial-content-wrapper * {
	color: #003c4f;
}

.testimonial-content {
	position: relative;
	width: 70%;
	flex: 0 0 70%;
	padding: 55px 200px 64px 55px;
	background-color: #fff;
}

.testimonial-content::before {
	content: "";
	background-image: url(/wp-content/uploads/2022/06/Title.svg);
	width: 31px;
	height: 31px;
	background-size: 31px;
	position: absolute;
	top: -40px;
	background-repeat: no-repeat;
	background-position: 0;
}

.clients-info {
	display: flex;
	flex-wrap: wrap;
}

.client-img-wrapper {
	flex: 0 0 15%;
	width: 15%;
}

.clients-picture {
	text-align: center;
	transform: translateY(10px);
}

.job-title {
	font-size: 14px;
	line-height: 18px;
	font-family: ArboriaBook;
	margin: 0;
	color: #003c4f;
}

.clients-picture img {
	object-fit: cover;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	margin-bottom: 0;
}

.testimonial-footer {
	flex: 0 0 30%;
	width: 30%;
}

.company-logo,
.clients-logo,
.clients-logo img {
	height: 100%;
}

.clients-logo img {
	object-fit: cover;
	width: 100%;
}

.splide__pagination {
	display: none;
}

.splide__arrows {
	display: flex;
	align-items: center;
	margin-top: 55px;
	justify-content: flex-end;
}

.splide__arrows button {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.splide-pagination-pages {
	padding: 0 16px;
}

.splide-pagination-pages span {
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	font-family: ArboriaBook;
}

.testimonial.white .splide-pagination-pages span {
	color: #003c4f;
}

.testimonial-content p {
	font-size: 20px;
	line-height: 30px;
}

p.testimonial-name {
	font-size: 18px;
	line-height: 27px;
}

p.job-title {
	font-size: 14px;
	line-height: 18px;
}


@media ( max-width: 850px ) {

	.testimonial-inner.c2 {
		width: 100% !important;
		flex: 0 0 100% !important;
	}

	.testimonial-inner:last-child {
		margin-bottom: 0;
	}

	.testimonial-content-wrapper {
		flex-direction: column-reverse;
	}

	.testimonial-content {
		width: 100%;
		flex: 0 0 100%;
		padding: 48px 24px;
	}

	.testimonial-footer {
		flex: 0 0 100%;
		width: 100%;
	}

	.clients-logo img {
		object-fit: cover;
		height: 393px;
		margin-bottom: -10px;
	}

	.testimonial-content p {
		font-size: 18px;
		line-height: 30px;
	}

	.testimonial-content p.job-title {
		font-size: 14px;
		line-height: 18px;
	}

	.testimonial-content-wrapper {
		filter: none;
		box-shadow: none;
	}

	.clients-info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.client {
		flex: 0 0 75%;
		width: 75%;
		padding-left: 10px;
	}

	.clients-picture img {
		height: 50px;
	}
}

@media ( max-width: 690px ) {

	.clients-picture img {
		height: auto;
	}
}
