.testimonial-slider{
	padding:20px 10px 0px;
}

.testimonial-card{
	background:#fff;
	border-radius:28px;
	padding:32px;
	height:100%;
	min-height:280px;
	display:flex;
	flex-direction:column;
	box-shadow:0 2px 15px rgba(25,42,70,.08)
}

.testimonial-quote{
	margin-bottom:24px;
}

.testimonial-content{
	font-size:28px;
	line-height:1.8;
	color:#23385B;
	flex:1;
}

.testimonial-divider{
	height:1px;
	background:#E8E8E8;
	margin:28px 0;
}

.testimonial-author h4{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #23385B;
    line-height: 24px;
    font-family: 'Nunito';
}

.testimonial-author span{
    font-size: 14px;
    color: #5D6B7A;
    font-family: 'Nunito';
}

.swiper-pagination{
	position:relative;
	margin-top:40px;
}

.swiper-pagination-bullet{
	width:10px;
	height:10px;
	background:#C8CDD4;
	opacity:1;
}

.swiper-pagination-bullet-active{
	background:#23385B;
}

.testimonial-slider:not(.swiper-initialized) .swiper-wrapper {
	display: flex;
	gap: 30px;
}

.testimonial-slider:not(.swiper-initialized) .swiper-slide {
	width: calc(33.333% - 20px);
	flex-shrink: 0;
}
.testimonial-content p {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    line-height: 26px;
    font-style: normal;
}