.uc-1244123086 .t-slds__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uc-1244123086 .t-slds__bgimg {
    width: 50% !important; /* Левая часть с картинкой */
}

.uc-1244123086 .t-slds__content {
    width: 50% !important; /* Правая часть с текстом */
    text-align: right;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .uc-1244123086 .t-slds__wrapper {
      flex-direction: column;
  }
  .uc-1244123086 .t-slds__bgimg,
  .uc-1244123086 .t-slds__content {
      width: 100% !important;
      text-align: center;
      padding-left: 0;
  }
}