.cp-innovation {
  padding: 60px 0 120px;
}

.cp-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
}

.cp-hero {
  position: relative;
  padding-bottom: 240px;
  min-height: 520px;
  margin-bottom: 72px;
}

.cp-hero-note {
  position: relative;
  z-index: 2;
  width: 58%;
  background: #ededed;
  padding: 46px 50px 180px 50px;
}

.cp-hero-note p {
  margin: 0;
  font-size: var(--large-txt);
  line-height: 1.45;
  font-weight: 600;
  color: #2d2f35;
}

.cp-hero-deco {
  position: absolute;
  left: 60px;
  bottom: 58px;
  width: 90px;
  height: 90px;
  background: #d0d2d8;
  border-radius: 8px;
  display: none;
}

.cp-hero-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  margin: 0;
  z-index: 2;
}

.cp-hero-photo img {
  width: 100%;
  display: block;
}

.cp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 72px;
}

.cp-row.reverse .cp-row-copy {
  order: 1;
}

.cp-row.reverse .cp-row-photo {
  order: 2;
}

.cp-row-photo {
  margin: 0;
  background: #d9dbe1;
}

.cp-row-photo img {
  width: 100%;
  display: block;
}

.clip-rb {
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
}

.clip-lt {
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
}

.cp-row-copy {
  padding-top: 8px;
}

.cp-title {
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d9df;
  font-size: var(--large-txt);
  line-height: 1.35;
  font-weight: 700;
  color: #2d2f35;
}

.cp-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  margin-right: 12px;
  vertical-align: -3px;
  background: var(--color-red);
}

.cp-row-copy p {
  margin: 0 0 20px;
  font-size: var(--normal-txt);
  line-height: 1.8;
  color: #4c505a;
}

.cp-row-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .cp-innovation{
    padding: 0px 0;
  }
  .cp-hero {
    min-height: 0;
    padding-bottom: 40px;
  }

  .cp-hero-note {
    width: 100%;
    padding: 36px;
  }

  .cp-hero-photo {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .cp-row {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 0;
  }

  .cp-row.reverse .cp-row-copy,
  .cp-row.reverse .cp-row-photo {
    order: initial;
  }
  .cp-hero-deco{display: none;}
}
