  .testimoni-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .testimoni-wrapper blockquote {
    background: #332301;
    border-left: 4px solid #ffe600;
    padding: 18px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    box-shadow: 0 0 10px rgba(255, 230, 0, 0.3);
    transition: 0.3s ease;
  }

  .testimoni-wrapper blockquote:hover {
    transform: scale(1.03);
    box-shadow: 0 0 15px rgba(255, 230, 0, 0.7);
  }

  .testimoni-wrapper blockquote p {
    margin: 0 0 8px 0;
    line-height: 1.5;
    color: #ff0000;
  }

  .testimoni-wrapper blockquote cite {
    font-size: 14px;
    font-weight: bold;
    color: #ffe600;
    text-shadow: 0 0 6px #ffe600;
  }

  h2 {
    color: #ffe600;
    text-shadow: 0 0 10px #110000;
    font-size: 26px;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: #fffb00 solid 7px;
  }