.family-healing {
  display: grid;
  grid-template-columns: 72px minmax(0, 900px);
  justify-content: center;
  gap: 34px;
  padding: 64px max(7vw, 30px);
  background: #fff3e9;
  border-top: 1px solid #df5b0829;
  border-bottom: 1px solid #df5b0829;
}

.family-healing-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #df5b08;
  color: #fff;
}

.family-healing-mark .site-icon {
  width: 32px;
  height: 32px;
}

.family-healing .eyebrow {
  color: #b84d12;
  margin-bottom: 10px;
}

.family-healing h2 {
  max-width: 880px;
  margin: 0 0 16px;
  font-family: Georgia, serif;
  font-size: clamp(33px, 4vw, 53px);
  font-weight: 400;
  line-height: 1.08;
}

.family-healing p:not(.eyebrow) {
  max-width: 860px;
  margin: 0;
  color: #596170;
  font-size: 15px;
  line-height: 1.75;
}

@media (width <= 760px) {
  .family-healing {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 54px 24px;
  }

  .family-healing-mark {
    width: 58px;
    height: 58px;
  }
}
