.home-problem-3 {
  padding: 72px 0 86px;
  background: #ffffff;
}

.home-problem-3__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.home-problem-3__media {
  display: grid;
  grid-template-columns: 0.94fr 1fr;
  gap: 28px;
  align-items: start;
}

.home-problem-3__media-left {
  display: grid;
  gap: 28px;
}

.home-problem-3__image {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(31, 36, 43, 0.14);
  background: #eef2e8;
}

.home-problem-3__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-problem-3__image--top {
  aspect-ratio: 0.95 / 0.86;
  border-radius: 92px 28px 28px 92px;
}

.home-problem-3__image--bottom {
  aspect-ratio: 0.95 / 1.24;
  border-radius: 28px 28px 92px 92px;
}

.home-problem-3__image--tall {
  aspect-ratio: 0.88 / 1.58;
  border-radius: 44px 180px 180px 44px;
}

.home-problem-3__content {
  padding-top: 8px;
}

.home-problem-3__eyebrow {
  margin: 0 0 26px;
  color: var(--color-primary-soft);
  font-family: var(--font-family-display);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-problem-3__heading {
  margin: 0;
  color: #2e3139;
  font-family: var(--font-family-display);
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 760px;
}

.home-problem-3__divider {
  width: 510px;
  max-width: 100%;
  margin: 32px 0 26px;
  border-top: 4px dotted var(--color-dotted);
}

.home-problem-3__body {
  color: #565860;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.36;
  font-weight: 500;
  max-width: 780px;
}

.home-problem-3__body p {
  margin: 0 0 28px;
}

.home-problem-3__body p:last-child {
  margin-bottom: 0;
}

.home-problem-3__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 308px;
  margin-top: 40px;
  padding: 22px 34px;
  border-radius: 999px;
  background: var(--color-primary-soft);
  color: #faf7ee;
  text-decoration: none;
  font-family: var(--font-family-display);
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 12px 24px rgba(58, 71, 83, 0.14);
}

@media (max-width: 1100px) {
  .home-problem-3__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .home-problem-3__content {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .home-problem-3 {
    padding: 46px 0 58px;
  }

  .home-problem-3__media {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-problem-3__media-left {
    gap: 20px;
  }

  .home-problem-3__image--top,
  .home-problem-3__image--bottom,
  .home-problem-3__image--tall {
    border-radius: 28px;
    aspect-ratio: 1.08 / 1;
  }

  .home-problem-3__eyebrow {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .home-problem-3__heading {
    font-size: 38px;
  }

  .home-problem-3__body {
    font-size: 18px;
  }

  .home-problem-3__cta {
    width: 100%;
    min-width: 0;
    font-size: 18px;
  }
}
