.testimonials {
	padding-top: 50px;
	padding-bottom: 100px;
}

.testimonials__inner {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.testimonials__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.testimonials__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
}

.testimonials__eyebrow-icon-img {
	width: 32px;
	height: 32px;
	display: block;
}

.testimonials__eyebrow-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #031527;
}

.testimonials__heading {
	width: 68%;
	max-width: 68%;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #031527;
}

/* Carousel */
.testimonials__carousel {
	position: relative;
	margin-bottom: 10px;
}

.testimonials__carousel .slick-track {
	display: flex !important;
}

.testimonials__carousel .slick-slide {
	height: auto;
}

.testimonials__carousel .slick-slide > div {
	display: flex;
	height: 100%;
}

.testimonials__card {
	background-color: #F7F7F6;
	border-radius: 24px;
	padding: 32px;
	margin: 0 12px 0 10px;
	width: 100%;
	height: 100%;
	display: flex !important;
	flex-direction: column;
	gap: 20px;
}

.testimonials__rating {
	display: flex;
	align-items: center;
	gap: 5px;
}

.testimonials__star svg {
	width: 16px;
	height: 16px;
	display: block;
	fill: #f0ad4e;
}

.testimonials__quote-wrap {
	display: flex;
	min-height: 250px;
}

.testimonials__quote {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.testimonials__quote p {
	margin: 0;
}

.testimonials__footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-grow: 1;
	align-self: stretch;
}

.testimonials__logo {
	display: flex;
	justify-content: flex-start;
	max-width: 50px;
}

.testimonials__logo-img {
	max-width: 50px;
	height: auto;
}

.testimonials__author {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: calc(100% - 70px);
}

.testimonials__name {
	align-self: flex-start;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #031527;
	text-decoration: none;
}

.testimonials__name:hover {
	color: #FFD367;
}

.testimonials__position {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #031527;
	text-align: left;
}

/* Slick arrows */
.testimonials__carousel .slick-arrow {
	position: absolute;
	bottom: -8px;
	top: auto;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #0072FF;
	color: #FFFFFF;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials__carousel .slick-arrow::before {
	content: none;
}

.testimonials__carousel .slick-arrow:hover {
	background-color: #0061D9;
}

.testimonials__carousel .slick-prev {
	right: 58px;
	left: auto;
}

.testimonials__carousel .slick-next {
	right: 9px;
	left: auto;
}

.testimonials__carousel .slick-arrow svg {
	width: 23px;
	height: 23px;
}

/* Slick dots */
.testimonials__carousel .slick-dots {
	display: flex !important;
	position: static;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 40px 0 0 4px;
	width: auto;
}

.testimonials__carousel .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 6px;
}

.testimonials__carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	background-color: #B8B8B8;
	font-size: 0;
	line-height: 0;
	color: transparent;
	overflow: hidden;
}

.testimonials__carousel .slick-dots li button::before {
	content: none;
}

.testimonials__carousel .slick-dots li button:hover {
	background-color: #0061D9;
}

.testimonials__carousel .slick-dots li.slick-active button {
	background-color: #0061D9;
}

@media (max-width: 1024px) {
	.testimonials {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.testimonials__inner {
		gap: 40px;
	}

	.testimonials__heading {
		width: 100%;
		max-width: 100%;
		font-size: 42px;
		line-height: 48px;
	}

	.testimonials__card {
		padding: 28px;
	}
}

@media (max-width: 767px) {
	.testimonials {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.testimonials__inner {
		gap: 20px;
	}

	.testimonials__header {
		gap: 32px;
	}

	.testimonials__eyebrow {
		align-self: flex-start;
		gap: 8px;
	}

	.testimonials__heading {
		text-align: left;
		font-size: 36px;
		line-height: 42px;
	}

	.testimonials__card {
		padding: 24px;
	}
}
