html body div#main-content .container {
  background-color: rgba(114, 200, 192, 0.1);
  border-radius: 10px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  html body div#main-content .container {
    background-color: rgba(0, 0, 0, 0);
  }
}
#oneOff-Donations.et_pb_section .et_pb_button {
  line-height: 25px!important;
}
