.info-section {
  max-width: 600px;

  font-family: Arial, sans-serif;
  text-align: left; /* Alles linksbündig */
}

.info-title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #333;
}

.separator {
  border: none;
  height: 1px;
  background: #ddd;
  margin: 5px 0 15px 0; /* kleiner Abstand oberhalb */
}

.agent-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}

.languages {
  margin: 0 0 10px 0;
  color: #555;
}