div.main-img-container {
  display: flex !important;
  align-items: center;
  height: 100%;
  padding-left: 96px;
}

.main-img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1372px;
  width: 50vw;
  height: 100%;
  background: var(--page-background-color, #faf6ef);
}

.main-img-block {
  position: relative;
  height: 620px;
}

.welcome-main {
  margin: 0 !important;
  max-width: initial !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  display: block;
}

.text-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 268px;
  height: 268px;
  background: transparent;
  border-radius: 16px;
  padding: 24px;
}

.text-block h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 12px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.32px;
}

.text-block p {
  font-size: 14px;
}

@media (max-width: 1280px) {
  div.main-img-container {
    padding-left: 48px;
  }
}

@media (max-width: 968px) {
  div.main-img-container {
    display: none !important;
  }
}
