.robcs-layout-split .robcs-content {
  inset: 0 auto 0 0;
  width: 42%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  text-align: left;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.45), transparent);
}

.robcs-layout-split .robcs-desc {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .robcs-layout-split .robcs-content {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .robcs-layout-split .robcs-content {
    width: 100%;
    inset: auto 0 0 0;
    height: auto;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0.28), transparent);
  }
}