.peoplestech-donate-page {
  background: #ffffff;
}
.peoplestech-donate-hero {
  background: #000;
  padding: 70px 0 60px;
}
.peoplestech-donate-panel {
  background: #e9f6f8;
  padding: 54px 48px 44px;
  border-radius: 2px;
}
.peoplestech-donate-title {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.15;
    margin: 0 0 40px;
    color: #0a0a0a;
}
.peoplestech-donate-row {
  align-items: flex-start;
}
.peoplestech-donate-embed-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.peoplestech-donate-iframe {
  display: block;
  width: 100%;
  border: 0;
}
.peoplestech-donate-placeholder {
  padding: 22px 18px;
  font-size: 14px;
}
.peoplestech-donate-embed-label {
  margin: 0;
  padding: 16px 18px;
  background: #2433ff;
  color: #fff;
  font-weight: 700;
}
.peoplestech-donate-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 20px 18px 22px;
  padding: 12px 16px;
  background: #2433ff;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 700;
  width: calc(100% - 36px);
}
.peoplestech-donate-button:hover,
.peoplestech-donate-button:focus {
  color: #fff;
  filter: brightness(0.92);
  text-decoration: none;
}
.peoplestech-donate-copy {
  padding-left: 24px;
  color: #0c0c0c;
  font-size: 18px;
  line-height: 1.75;
}
.peoplestech-donate-copy p {
  margin: 0 0 18px;
}
.peoplestech-donate-copy em {
  font-style: italic;
}
.peoplestech-donate-badge {
  margin-top: 18px;
}
.peoplestech-donate-badge-img {
  max-width: 160px;
  height: auto;
  display: block;
}
.peoplestech-donate-more {
  padding: 56px 0 72px;
}
.peoplestech-donate-more-title {
    text-align: center;
    font-weight: 800;
    margin: 0 0 30px;
    margin-bottom: 30px;
    font-size: 38px;
    color: var(--black);
}
.peoplestech-donate-faq {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: #6a6a6a;
}
.peoplestech-donate-faq-item {
  border-top: 2px solid #1c2bff;
  padding: 18px 0;
}
.peoplestech-donate-faq-item:last-child {
  border-bottom: 2px solid #1c2bff;
}
.peoplestech-donate-faq-q {
  list-style: none;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding-right: 34px;
}
.peoplestech-donate-faq-q::-webkit-details-marker {
  display: none;
}
.peoplestech-donate-faq-q::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #1c2bff;
  border-bottom: 2px solid #1c2bff;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 180ms ease;
}
.peoplestech-donate-faq-item[open] > .peoplestech-donate-faq-q::after {
  transform: translateY(-25%) rotate(-135deg);
}
.peoplestech-donate-faq-a {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .peoplestech-donate-panel {
    padding: 44px 22px 34px;
  }
  .peoplestech-donate-copy {
    padding-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .peoplestech-donate-hero {
    padding: 46px 0 40px;
  }
  .peoplestech-donate-panel {
    padding: 32px 16px 26px;
  }
}

