.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
  }
  
  .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
  }
  
  body {
    background: #654ea3;
    background: -webkit-linear-gradient(to left, #654ea3, #eaafc8);
    background: linear-gradient(to left, #654ea3, #eaafc8);
    min-height: 100vh;
    padding-bottom: 5rem;
  }
  
.donate_btn button{
    background: linear-gradient(to bottom, #efd000, #e1ab00, #d59000 );
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.capital_camping_para p
{
  font-size: 22px;
  line-height: 40px;
  padding-bottom: 20px;
  color: #80047e;
}
.accordion-body {
  background-color: #f8ebff !important
}