
.spiible-swiper-flex strong {
    display: flex!important;
    justify-content: space-between!important;
    width: 100%;
}

.spiible-testimonial-card-description strong{
	font-weight: 400
}


.swiper {
	width: 358px;
	height: 397px;
	transform: translate3d(0px, 0px, 0px) rotateZ(2deg) scale(1) !important;
}

.swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 18px;
	padding: 45px;
}

.spiible-swiper-flex {
	display: flex;
	justify-content: space-between;
}

.swiper-card-top{
	width: 100%;
}

.swiper-card-bottom{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.swiper-photo {
	border-radius: 100%!important;
	max-width: 74px!important;
	height: 74px!important;
}

.swiper-icon{
	width: 80%;
	max-width: 50px!important;
}

.spiible-testimonial-card-description {
	font-size: 15px !important;
	font-family: 'Lexend' !important;
	line-height: 140% !important;
	font-weight: 400 !important;
	color: white !important;
}

.spiible-testimonial-card-name {
	margin: 0;
	margin-top: 10px;
	font-family: 'Lexend' !important;
	line-height: 140% !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: white !important;
}

.show-more-button{
	font-size: 14px!important;
	color: #FCDA6F;
	cursor: pointer;
}

.spiible-testimonial-scrollbar {
	max-height: 170px;
	overflow-y: scroll;
	scrollbar-width: thin; /* Para navegadores que suportam o padrão de especificação */
	scrollbar-color: #E4DFFF99 transparent!important; /* Cor da barra e cor de fundo da barra (pode ser ajustado) */
}

/* Estilização para navegadores WebKit (Chrome, Safari) */
.spiible-testimonial-scrollbar::-webkit-scrollbar {
	min-width: 18px; /* Largura da barra */
	border-radius: 35px;
}

.spiible-testimonial-scrollbar::-webkit-scrollbar-thumb {
	background-color: #E4DFFF99; /* Cor da barra */
	border-radius: 35px;
}

.spiible-testimonial-scrollbar::-webkit-scrollbar-track {
	background-color: transparent; /* Cor de fundo da barra */
	border-radius: 35px;
}

.swiper-slide:nth-child(odd) {
	background-color: #6E68CE;
}

.swiper-slide:nth-child(even) {
	background-color: #6C5FD1;
}
@media all and (max-width:470px){
	.swiper-slide {
		padding: 30px;
	}
	.swiper{
		width: 80%;
	}
}