/* PALLAS patch v20: remove misplaced ecosystem image and rebalance the card */
.ecosystem-card-image,
.two-col > .section-card:nth-child(2){
  padding-right: clamp(22px, 3vw, 42px) !important;
  min-height: auto !important;
}

.ecosystem-card-image .visual-cube,
.two-col .section-card .visual-cube{
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.ecosystem-card-image::before,
.ecosystem-card-image::after{
  display: none !important;
}

.ecosystem-card-image .check-list,
.ecosystem-card-image .exact-copy-block,
.ecosystem-card-image p{
  position: relative;
  z-index: 2;
  max-width: 100% !important;
}

@media (max-width: 768px){
  .ecosystem-card-image,
  .two-col > .section-card:nth-child(2){
    padding-right: 22px !important;
  }
}
