.clips-command-v1 .clips-d2-title {
  box-sizing: border-box !important;
  min-height: 184px !important;
  height: 184px !important;
  justify-content: flex-start !important;
  padding: 32px 38px !important;
  text-align: left !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.12) 0 46%, rgba(255,255,255,0) 64%),
    url("/assets/page-heroes/clips-editorial-head-v1.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  border: 1px solid rgba(211,225,237,.72) !important;
  clip-path: polygon(
    18px 0,
    calc(100% - 18px) 0,
    100% 18px,
    100% calc(100% - 18px),
    calc(100% - 18px) 100%,
    18px 100%,
    0 calc(100% - 18px),
    0 18px
  );
  box-shadow: 0 10px 28px rgba(31,57,86,.08) !important;
  position: relative !important;
  overflow: hidden !important;
}

.clips-command-v1 .clips-d2-title > i {
  display: none !important;
}

.clips-command-v1 .clips-d2-title > div {
  max-width: 48% !important;
}

.clips-command-v1 .clips-d2-title h1 {
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: .94 !important;
  text-shadow: 0 2px 0 rgba(255,255,255,.95);
}

.clips-command-v1 .clips-d2-title p {
  max-width: 570px !important;
  margin-top: 10px !important;
  color: #53647b !important;
  font-size: 13px !important;
}

@media (max-width: 760px) {
  .clips-command-v1 .clips-d2-title {
    min-height: 154px !important;
    height: 154px !important;
    padding: 22px 20px !important;
    background-position: 58% center !important;
  }

  .clips-command-v1 .clips-d2-title::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0 48%, rgba(255,255,255,.76) 68%, rgba(255,255,255,.15));
  }

  .clips-command-v1 .clips-d2-title > div {
    max-width: 72% !important;
  }

  .clips-command-v1 .clips-d2-title h1 {
    font-size: clamp(27px, 8vw, 38px) !important;
  }

  .clips-command-v1 .clips-d2-title p {
    font-size: 11px !important;
  }
}
