.cb-testimonial2 {
  background: linear-gradient(135deg, #202322 0%, #1b8c4c 100%);
  border-radius: 16px;
  padding: 40px 50px;
  color: #fff;
  max-width: 1222px;
  margin-inline: auto;
  text-align: left;
  font-family: "Poppins", sans-serif;
  position: relative;
  box-shadow: 0 6px 10px rgba(0,0,0,0.25); /* subtle base shadow like the ref */
}

.cb-testimonial__quote-mark2 {
  position: absolute;
  top: -28px;
  left: -28px;
  z-index: 1;
}

.quote-mark-img {
  max-width: 90px;
  height: auto;
}

/* Quote text */
.cb-testimonial__quote-text2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  max-width: 1080px;
  padding: 8px 0 24px 0;
}

/* Footer row */
.cb-testimonial__footer {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
}

/* Author block */
.cb-testimonial__author-block {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 320px;
  max-width: 500px;
  flex: 1 1 auto;
}

.cb-testimonial__author-photo {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.25);
}

.cb-testimonial__author-richtext {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.cb-testimonial__author-richtext strong {
  font-weight: 700;
  font-size: 18px;
}

/* Divider */
.cb-testimonial__divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.35);
  flex: 0 0 1px;
}

/* Logos row */
.cb-testimonial__logos {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 2 1 0;
}

.cb-testimonial__logo {
  max-height: 45px;            /* keeps a tidy band of logos like the ref */
  width: auto;
  /*filter: brightness(0) invert(1); /* make white on dark background */
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .cb-testimonial2 { padding: 28px 20px; }
  .cb-testimonial__quote-text2 { font-size: 22px; line-height: 1.55; }

  .cb-testimonial__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .cb-testimonial__author-block { min-width: 0; }
  .cb-testimonial__divider { display: none; }
  .cb-testimonial__logos { gap: 18px; }
  .cb-testimonial__logo { max-height: 28px; }
}

@media (max-width: 480px) {
  .cb-testimonial__quote-mark2 { left: 10px; top: -22px; }
  .quote-mark-img { max-width: 60px; }
}
