body {
  background-color: var(--people-bg-color);
}

main {
  padding-top: 124rem;
  padding-bottom: 180rem;
}

.health-card {
  background: linear-gradient(
    to right,
    rgba(36, 142, 77, 0.1),
    rgba(0, 130, 246, 0.1)
  );
  border-radius: 12rem;
}

.health-card:last-child {
  margin-top: 60rem;
}

/* .health-card:last-child  .card-content {
  display: flex;
  align-items: center;
  padding-top: 0;
} */

.health-card:last-child .health-img-1 {
  width: 360rem;
  margin-left: 80rem;
  flex-shrink: 0;
}

.health-title {
  background: linear-gradient(
    to right,
    rgba(34,185,151, 0.2) 0%,
    transparent 50%,
    transparent 100%
  );
  margin-bottom: 0;
  color: var(--main-text-color);
}

.card-content {
  padding: 40rem 80rem 60rem;
}

.health-img {
  width: 960rem;
  display: block;
  margin: 0 auto;
  margin-top: 56rem;
}

.block-title .icon-wrap {
  background: linear-gradient(
    to right,
    var(--people-start-color),
    var(--people-end-color)
  );
}

