.truncated-url {
    display: inline-block;
    width: 90%; /* Adjust the desired width */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .founder-image{
    border: 5px solid #59bba4;
  }

  .payment-details-paybutton{
    background-color: #59bba447;
  }
  .payment-details-paybutton:hover{
    background-color: #59bba478;
  }
  .payment-details h5 {
    font-size: 18px;
  }
  .payment-details p {
    font-size: 14px;
  }
  .payment-details hr{
    border-top: 3px solid rgb(89 187 164);
  }
  .payment-details .card .card-body .card{
    background: #59bba429;
  }

  /* Testimonials */

  