.thehands-our-mission {
  padding-top: clamp(40 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 40px, 75 / 10 * 1rem);
  padding-bottom: clamp(80 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 80px, 105 / 10 * 1rem);
}
.thehands-our-mission .wrap {
  text-align: center;
  position: relative;
}
.thehands-our-mission .wrap .title {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-boldonse);
  font-size: clamp(61 / 10 * 1rem, 101 * (100vw - 375px) / 905 + 61px, 162 / 10 * 1rem);
  line-height: 170%;
  font-weight: 400;
  color: rgb(251, 247, 230);
  -webkit-text-stroke: 1px var(--color-orange);
  text-shadow: 0 0 1px var(--color-orange);
  z-index: 1;
  opacity: 0.22;
}
.thehands-our-mission .wrap .content {
  padding-top: clamp(159 / 10 * 1rem, 13 * (100vw - 375px) / 905 + 159px, 172 / 10 * 1rem);
  width: 727px;
  max-width: 100%;
  font-size: clamp(16 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 16px, 20 / 10 * 1rem);
  line-height: 170%;
  color: var(--color-dark);
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.thehands-our-mission .wrap .content p {
  margin-bottom: 21px;
}
.thehands-our-mission .wrap .content strong {
  font-weight: 700;
}

@media all and (max-width: 1199px) {
  .thehands-our-mission .wrap .title {
    font-size: clamp(61 / 10 * 1rem, 79 * (100vw - 375px) / 905 + 61px, 140 / 10 * 1rem);
  }
}
/*# sourceMappingURL=our-mission.css.map */
