/* your-custom.css */
.text-green-heading {
    color: #159c49df !important; /* Replace with your desired color */
  }
  .btn.my-custom-btn {
    background-color: #158c49df !important;
  }