.home-why-10__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.home-why-10__call {
  margin-top: 28px;
}

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

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

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