.custom-lp-testimonials-slide-body{
margin-top:12px;
}
.customlp-testimonials-item {
    display: flex!important;
    flex-direction: column;
    align-items: start;
    align-content: center;
    justify-content: space-between;
    height: unset!important;
}
.customlp-testimonials-item {
    width: 40%!important;;
    background: white;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid #eee;
}
.custom-lp-testimonials-slide-title {
    font-size: 16px;
    font-weight: 700;
}
.customlp-testimonials-container{
    display: flex;
    align-items: stretch;
}

.customlp-testimonial-footer{
    display: flex;
  margin-top:25px;
    gap: 15px;
    align-content: center;
    align-items: center;
}

@media (max-width: 768px) {
.customlp-testimonials-item {
    width: 75%!important;;

}