/*
  general
  text
  button
  responsive
*/

/* general
============================================================================ */

.index-smallbanner {
  padding: 0 var(--pos-gap-page-content-x-margin, 40px);
  margin: 40px auto 0;
}

.smallbanner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--pos-gap-text-content, 16px);
  align-self: stretch;
  border-radius: var(--pos-corner-panel, 4px);
  border: 1px solid var(--card-border-gradient-from, #e2e8f0);
  padding: var(--pos-gap-step-step, 24px);

  background-image: url(../../images/marketing-landing/pictures/light_bg.avif);
  background-size: 350px 200px;
  background-repeat: no-repeat;
  background-position: bottom right -70px;
  background-color: var(--pos-color-panel-background, #fff);
}

/* text
============================================================================ */

.smallbanner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
}

.smallbanner-text h1 {
  align-self: stretch;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  background: linear-gradient(270deg, var(--subheader-news-gradient-from, #2173c4) 84.04%, var(--subheader-news-gradient-to, #0f7b0a) 99.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.smallbanner-text h2 {
  align-self: stretch;
  color: var(--pos-color-prominent, #141414);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.smallbanner-text p {
  align-self: stretch;
  color: var(--pos-color-normal, #374151);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* button
============================================================================ */

.index-smallbanner button {
  padding: var(--pos-gap-tag-h, 12px) var(--pos-gap-n-button, 16px);
}

/* responsive
============================================================================ */

@media (min-width: 1441px) {
  .bg-smallbanner {
    display: none;
  }
}

@media (max-width: 768px) {
  .smallbanner {
    background-size: 200px 350px;
    flex-direction: column;
  }

}
