
                    .testimonial {
                      line-height: 1.5;
                      padding: 20px;
                      margin: 10px 0;
                      background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
                      border-left: 4px solid #eee;
                      color: #fff; /* White text for better contrast */
                      position: relative;
                      max-width: 90%; /* Optional: Set a max width to make sure it doesn't stretch too wide */
                      margin-left: auto;
                      margin-right: auto;
                    }
                    P.testimonial {
                      font-size: 17px;
                      font-weight: 400;
                    }
                    .testimonial p {
                      padding-left: 10px;
                      padding-right: 10px;
                    }

  .opaque {
    position: relative;
    padding: 20px;
    margin: 10px 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
    color: #fff; /* White text for better contrast */
    border: 1px solid #ddd; /* Optional border */
    border-radius: 8px; /* Optional rounded corners */
    max-width: 90%; /* Optional: Set a max width */
    margin-left: auto;
    margin-right: auto;
  }


  p.opaque {
    font-size: 17px;
    font-weight: 700;
  }