a[href="#learn-more"] {
  display: none;
 }

 .content-wrapper {
  float: none;
  clear: both;
  overflow: auto;
 }

 .content-wrapper p {
   font-size: 17px !important;
   color: #777 !important;
   margin: 22px 0 !important;
 }

 .content-wrapper p b {
   color: #333 !important;
 }

 .content-wrapper hr {
   background-color: #ddd;
 }

 .content-wrapper > .content-area {
  float: left;
  width: calc( 100% - 380px );
  margin: auto;
 }

 .content-wrapper > .content-area p:first-child {
  margin-top: 0 !important;
 }

 .content-wrapper > .donate-area {
  float: right;
  max-width: 360px;
  margin: auto;
 }

 @media (max-width: 680px) {
  a[href="#learn-more"] {
   display: inline;
  }
  .content-wrapper > .content-area,
  .content-wrapper > .donate-area {
   float: none;
   width: 100%;
   max-width: 500px;
  }
  .donation-panel {
   margin: 0 auto 20px;
  }
 }
