.kl-testimonial {
  border: 2px solid #0f172A; /* Adds a 1px solid border around each testimonial box. Change #ccc to whatever color fits your design. */
  border-radius: 15px; /* Slightly rounds the corners of the boxes. Adjust this value if you want more or less rounding. */
  padding: 15px; /* Adds space inside the testimonial boxes, so content doesn't touch the edges. Adjust as needed. */
  margin-bottom: 0px; /* Adds space below each testimonial box for separation. Adjust as needed. */
}
.kl-testimonial__footer img {
  margin-right: 10px; /* Keeps space to the right of the image for separation from the author information */
}
/* Styles for the footer container */
  font-family: 'Be Vietnam Pro'; /* Sets the font for all footer content */
}

/* Styles for the author's name */
.kl-testimonial__author {
  font-weight: bold; /* Makes the author's name bold */
  color: #0f172A; /* slate 600, adjust as needed */
}

/* Styles for the position title */
.kl-testimonial__position {
  font-weight: normal; /* Ensures regular font weight */
  font-size: 0.9em; /* Adjust as needed */
  color: #465569; /* slate 600, adjust as needed */
  
}

/* Styles for the company name */
.kl-testimonial__company {
  font-weight: normal; /* Ensures regular font weight */
  font-size: 0.9em; /* Slightly smaller font size */
  color: #465569; /* slate 600, adjust as needed */