.giveback-container {
  font-size: 14px;
}
@media (min-width: 768px) {
  .giveback-container {
    font-size: 16px;
  }
}

.giveback-container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.card-body button {
  width: 50%;
  margin-bottom: 10px;
}

.container .border-top { border-top: 1px solid #e5e5e5; }
.container .border-bottom { border-bottom: 1px solid #e5e5e5; }

.container .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1); }

.modal-backdrop {
  z-index: 100000 !important;
}

.modal {
  z-index: 100001 !important;
}
  