.testimonial-item {
    width: 100%;
    max-width: 500px; /* Increase the maximum width */
    padding: 20px; /* Add padding for more space inside the box */
    flex-shrink: 0;
    margin: 0 16px; /* Adjust margin for spacing between items */
    display: flex;
}