.accordion-body{
  max-height:1000px;   /* allow content to show */
  overflow:hidden;
  transition:max-height 0.5s ease;
  text-align:center;
  padding-bottom:25px;
}

.donation-img{
  width:100%;
  max-width:500px;   
  height:auto;       
  object-fit:contain;
  margin-top:10px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  cursor:pointer;
}

.donation-link{
  display:inline-block;
  margin-top:20px;
  margin-bottom: 20px;
  color:#0066cc;
  font-weight:bold;
  text-decoration:underline;
}

