.home-cta-9__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  padding: 44px 32px;
  border-radius: 34px;
  background: #edf4ee;
}

.home-cta-9__call {
  margin-top: 28px;
}

.home-cta-9__media {
  position: relative;
}

.home-cta-9__media::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 42%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #d7f0ce, #acd394 62%, #90bd7a 100%);
}

.home-cta-9__media img {
  position: relative;
  display: block;
  width: 100%;
  border: 4px solid #ffffff;
  border-radius: 18px;
}

@media (max-width: 980px) {
  .home-cta-9__panel {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 18px;
  }

  .home-cta-9__media::before {
    width: 86px;
    height: 86px;
  }
}
