.donation-text__inner {
  padding: 140px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 55px 120px;
}

@media only screen and (max-width: 1400px) {
  .donation-text__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .donation-text__inner {
    padding: 110px 0;
    gap: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .donation-text__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 90px 0;
  }
}

@media only screen and (max-width: 768px) {
  .donation-text__inner {
    gap: 35px 0;
  }
}

@media only screen and (max-width: 575px) {
  .donation-text__inner {
    padding: 70px 0;
  }
}

.donation-text--content {
  width: 100%;
  max-width: 560px;
}

@media only screen and (max-width: 1200px) {
  .donation-text--content {
    max-width: 480px;
  }
}

@media only screen and (max-width: 991px) {
  .donation-text--content {
    max-width: 100%;
  }
}

.donation-text--image {
  flex: 1;
}

@media only screen and (max-width: 991px) {
  .donation-text--image {
    max-width: 360px;
    flex: unset;
  }
}

@media only screen and (max-width: 575px) {
  .donation-text--image {
    max-width: 100%;
  }
}

.donation-text--image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.donation-text--title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.17;
  margin: 0 0 16px;
  color: #27383f;
}

@media only screen and (max-width: 991px) {
  .donation-text--title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .donation-text--title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .donation-text--title {
    font-size: 26px;
  }
}

.donation-text--text {
  font-size: 18px;
  line-height: 1.33;
  color: #545454;
}

@media only screen and (max-width: 575px) {
  .donation-text--text {
    font-size: 16px;
  }
}

.donation-text--text p:not(:last-child) {
  margin: 0 0 1em;
}

.donation-text--controls {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 768px) {
  .donation-text--controls {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .donation-text--controls {
    margin-top: 35px;
  }
}
