.testimonial-content {
    max-width: 820px;
    margin: 0 auto;
	min-height: 100%;
	align-content: center;
	text-align: center;
}
.testimonial-content p {
    font-size: 1.25rem;
    line-height: 2.25rem;
}
.testimonial-tabs {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}
#testimonial-tabs .splide__list {
    position: relative;
}
#testimonial-tabs .splide__list:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #CECECE;
    position: absolute;
    top: 3px;
}
.testimonial-tab {
    position: relative;
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
   	cursor: pointer;
}
#testimonial-tabs .is-active .testimonial-tab:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #CC2B3B;
}
.testimonial-info {
    flex: 1;
    padding-left: 1rem;
}
.testimonial-info h4 {
    font-size: 1rem;
    padding: 0;
    margin-bottom: 3px;
    font-weight: 700;
}

.testimonial-info p {
    font-size: 0.875rem;
    color: #292B2F;
    font-weight: 400;
}
.testimonial-slider-main .splide__arrow {
	width: 30px;
  	height: 30px;
    background-color: transparent;
    color: #CECECE;
	background: url('/wp-content/uploads/2024/11/chevron-left-.svg') no-repeat center;
  	background-size: contain;	
}
.testimonial-slider-main .splide__arrow--next{
	transform: translateY(-50%) rotateY(180deg);
}
.testimonial-slider-main .splide__arrow:disabled{
	display: none;
}
.testimonial-slider-main .splide__arrow svg {
    fill: #CECECE;
	display: none;
}
@media (max-width: 1199px){
	.testimonial-content {
		max-width: 85%;
	}
}
@media (max-width: 980px){
	.testimonial-content {
        max-width: 100%;
        padding: 0 30px;
    }
	.splide__arrow--prev {
		left: -2em;
	}
	.splide__arrow--next {
		right: -2em;
	}
}
@media (max-width: 767px){
	.testimonial-content p {
		font-size: 1rem;
		line-height: 1.75rem;
	}
	.testimonial-slider-main .splide__arrow{
		top: 40%;
	}
	.splide__arrow--prev {
        left: -1em;
    }
	.splide__arrow--next {
        right: -1em;
    }
}
@media (max-width: 575px){
	.testimonial-slider-main .splide__arrow {
    	width: 20px;
		height: 20px;
	}
	.testimonial-content {
        padding: 0 18px;
    }
}