.testimonial-item {
    background: #f4fbea;
    padding: 20px;
    border-radius: 10px;
/*     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: left;
    width: 400px; 
	height:auto;
	flex-shrink: 0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-inline:8px;
}
.testimonial-item h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
	color: #061301;
	line-height: normal;
}
.testimonial-item span {
    font-size: 16px;
	font-weight:400;
    color: #67666c;
}
.testimonial-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

