#terms {
  font-size: 14pt;
  background-color: white;
}
#terms .btn-fundraise {
  border: 3px solid #3c3c3c;
  padding: 10 40 6 40;
  margin: 20 0;
  margin: 20 auto 20 auto;
  font-size: 18pt;
  line-height: 40px;
  color: #ffffff;
  background-color: #3c3c3c;
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.1s all ease;
}
#terms .btn-fundraise:hover {
  background-color: #ffffff;
  color: #3c3c3c !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #terms .btn-fundraise {
    font-size: 15px;
    width: 170px;
    height: 40px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #terms .btn-fundraise {
    font-size: 13pt;
    margin-top: 35px;
  }
}
#terms .centered-row {
  text-align: center;
}
#terms a.btn {
  text-decoration: none;
}
#terms li {
  font-size: 30pt;
  line-height: 18pt;
}
#terms li span {
  font-size: 14pt;
}
