.testimonial-wrapper {
      background-color: #d9dee3;
      padding: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .testimonial-box {
      background: white;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      max-width: 900px;
      padding: 40px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      position: relative;
    }

    .testimonial-content {
      max-width: 600px;
    }

    .quote {
      font-size: 80px;
      color: #222;
      line-height: 0.6;
      margin: 0 0 20px 0;
    }

    .testimonial-text {
      font-size: 16px;
      line-height: 1.6;
      color: #222;
      margin-bottom: 30px;
    }

    .author {
      font-weight: bold;
      font-size: 18px;
    }

    .author-title {
      font-size: 14px;
      color: #555;
    }

    .testimonial-image {
      margin-left: 30px;
      flex-shrink: 0;
    }

    .testimonial-image img {
      width: 180px;
      height: auto;
      border: 4px solid white;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }