.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 20px;
}

.donate-container {
  padding: 0 4rem;
}

.donate-container section {
  padding-bottom: 2em;
}

.donation-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  background: transparent;
}

.donation-carousel-wrapper .slick {
  background-color: transparent;
}

.donation-carousel-wrapper .slick .fa.fa-chevron-right {
  right: 150px;
}

.donation-carousel-wrapper .slick .fa.fa-chevron-left {
  left: 150px;
}

.donation-carousel-wrapper .slick .slick-dots {
  bottom: -1rem;
}

.donation-page-wrapper section.donation-carousel-wrapper {
  padding-bottom: 3em;
}

.donation-difference-section {
  background-color: #E7E7E8;
  padding: 50px 0;
  margin-bottom: 50px !important;
  display: flex;
  align-items: center
}

.donation-difference-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.donation-difference-section ul {
  padding-left: 20px;
  margin-top: 0;
  line-height: 30px;
  list-style-type: circle;
}

.donation-difference-section ul li {
  font-size: 18px;
}

.donation-difference-section ul li span {
  font-weight: 800;
}

.section-spacing {
  margin-bottom: 30px;
}

.container.section-spacing {
  padding-bottom: 30px;
}

.width-70 {
  width: 70%;
}

.width-30 {
  width: 30%;
  text-align: center;
}

.button-section {
  padding-top: 0;
}

.botton-spacing {
  margin-bottom: 30px;
}

.donate-button {
  display: inline-block;
  transition: background-color .3s ease;
  background-color: #69A0A0;
  text-decoration: none;
}

.donate-button p,
.donate-button h2,
.donate-button h3,
.donate-button h4,
.donate-button h5,
.donate-button p {
  color: white;
  margin: 0;
}

.donate-button:hover {
  background-color: #EF5168;
}

.donate-button--large {
  padding: 40px 60px;
}

.quote-container {
  background: transparent;
}

.donate-section {
  margin: 0 15px;
  padding: 0 0 2em 0;
}

.donate-section p {
  font-size: 18px;
}

.donate-quote {
  background-color: #E7E7E8;
  position: relative;
  display: flex;
  width: 60%;
  margin: 0 auto;
  color: #495965;
  padding: 40px 20px;
  margin-bottom: 20px;
  min-height: 210px;
  align-items: center;
  flex-wrap: nowrap;
}

.donate-quote-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  padding: 30px;
  background-color: #F05168;
  clip-path: polygon(0 0, 66% 0, 100% 100%, 0% 100%);
  color: white;
}

.donate-quote:nth-child(even) .donate-quote-background {
  clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
}

.donate-quote-quote {
  position: relative;
  width: 55%;
  margin-left: 45%;
  font-size: 20px;
  line-height: 1.2;
  padding: 0 50px 0 0;
}

.open-quote {
  position: absolute;
  left: -50px;
  top: -25px;
  font-size: 100px;
}

.end-quote {
  position: absolute;
  right: 0;
  bottom: -60px;
  font-size: 100px;
}

.donate-quote-tag {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  font-size: 26px;
  font-weight: 800;
}

.button.button--footer-donate {
  background-color: #F05068;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  font-size: 16px;
  padding: 8px 15px;
  transition: background-color .3s ease;
  margin-bottom: 10px;
}

.partnership .blocks-link {
  text-transform: none;
}

.button.button--footer-donate:hover {
  background-color: #69A0A0;
}

.donation-button-wrapper {
  margin: 100px auto;
}

@media only screen and (max-width: 1200px) {
  .donate-quote {
    width: 80%;
  }

  .donation-carousel-wrapper .slick .fa.fa-chevron-right {
    right: 15px;
  }

  .donation-carousel-wrapper .slick .fa.fa-chevron-left {
    left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .flex-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .width-70,
  .width-30 {
    width: 100%;
    margin: 20px auto;
  }

  .width-30 {
    margin-bottom: 40px;
  }

  .donate-button--large {
    font-size: 28px;
    padding: 30px 60px;
  }

  .donation-difference-section ul {
    font-size: 18px;
    padding-left: 20px;
    line-height: 26px;
    list-style-type: circle;
  }

  .donation-difference-section {
    padding: 30px 0;
  }

  .donate-quote {
    flex-wrap: wrap;
    padding: 0;
  }

  .donate-quote:nth-child(even) .donate-quote-background {
    clip-path: none;
  }

  .donate-quote-background {
    width: 100%;
    position: relative;
    clip-path: none;
  }

  .donate-quote-quote {
    width: 100%;
    margin: 20px 50px 20px 60px;
    padding: 20px 0;
  }

  .donate-quote-tag {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .donate-quote {
    width: 100%;
  }

  .donation-button-wrapper {
    margin: 50px auto;
  }
}
