/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.donate-section {
  position: relative;
  z-index: 1;
  background: var(--cl-h);
  margin-bottom: var(--default-padding);
  padding: 5.3rem 0 5.5rem;
}
.donate-section__bg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  inset: 0;
}
.donate-section__bg img, .donate-section__bg picture {
  width: 100%;
  height: 100%;
}
.donate-section .h1 {
  color: var(--cl-d);
}
.donate-section__box {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 7.29vw, 5.6rem);
}
.donate-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.9rem 4.2rem;
  max-width: 101rem;
  width: 100%;
  align-self: center;
}
.donate-section__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.donate-section .donate-card {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 1.6rem;
  background: var(--cl-a);
  width: 100%;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.donate-section .donate-card__image {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donate-section .donate-card__image svg, .donate-section .donate-card__image img, .donate-section .donate-card__image picture {
  width: auto;
  height: 100%;
}
.donate-section .donate-card * {
  text-align: center;
}
.donate-section .donate-card .main-button {
  width: 100%;
}
.donate-section .donate-card .h3 {
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-third);
  color: var(--cl-d);
}
.donate-section .donate-card p:not([class]) {
  font-family: var(--font-second);
  font-size: 1.6rem;
  line-height: 150%;
  display: -webkit-box;
  color: var(--cl-d);
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .donate-section__list {
    margin-right: -0.6rem;
  }
}
@media (max-width: 1023px) {
  .donate-section__list {
    grid-template-columns: 100%;
  }
  .donate-section .donate-card {
    max-width: 310px;
    align-self: center;
  }
  .donate-section {
    padding: 55px 0;
  }
}
@media (max-width: 575px) {
  .donate-section .h1 {
    letter-spacing: -0.02em;
  }
  .donate-section__box {
    gap: 32px;
  }
  .donate-section__list {
    gap: 32px;
  }
  .donate-section .donate-card {
    padding: 24px 16px;
  }
  .donate-section {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .donate-section .donate-card {
    max-width: 100%;
  }
}
/*# sourceMappingURL=section-donate.css.map */