.leaders-wrapper {
  display: flex;
  justify-content: space-between;
}
.testimonial-section {
  display: flex;
  justify-content: center;
}

.testimonial-container {
  display: flex;
  align-items: center;
  gap: 0;
}

.profile-card {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  max-width: 50%;
}

.profile-img {
  border-radius: 10px;
  max-width: 560px;
  width: 100%;
  display: block;
}

.profile-info {
  margin-top: 16px;
}

.quote-box {
  padding: 60px;
  border-radius: 10px;
  margin-left: -80px;
  transform: translateY(80px);
  position: relative;
  z-index: 2;
  max-width: 100%;
  flex: 1;
  min-width: 0;
}

.quote-icon {
  display: block;
  margin-bottom: 30px;
}

.quote-icon svg {
  width: 80px;
  height: auto;
}

.quote-box .title-34 {
  line-height: 54px;
}
