.home-why-9__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 46px;
  align-items: center;
}

.home-why-9__call {
  margin-top: 30px;
}

.home-why-9__media img {
  display: block;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
}

@media (max-width: 980px) {
  .home-why-9__grid {
    grid-template-columns: 1fr;
  }

  .home-why-9__media img {
    clip-path: none;
    border-radius: 22px;
  }
}
