.mvp-marketplace-leader {
  background: linear-gradient(to top left, gray, transparent);
  padding-top: 100px;
  background-color: var(--pos-color-page-background);
}

.mvp-marketplace-leaders-main {
  background-color: var(--pos-color-page-background);
  padding-top: var(--pos-gap-section-section);
  padding-bottom: 100px;
  background-image: url("../images/marketing-landing/pictures/light_bg.avif");
  background-size: 900px 600px;
  background-repeat: no-repeat;
  background-position: bottom right -100px;
}
.mvp-leading-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.content {
  flex: 1;
  text-align: left;
  background: white;
  padding: 20px;
}
.mvp-leaders-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 537px;
  height: 558px;
}
.mvp-leaders-image-container img {
  max-width: 100%;
}

.mvp-leading-aud-card {
  display: flex;
  width: 537px;
  height: 558px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--pos-gap-card-elements);
  border-radius: var(--Panel-corner, 4px);
}
@media (max-width: 1440px) {
  .mvp-leading-aud-card {
    width: 500px;
    height: 500px;
    display: flex;
  }
}

.mvp-leading-aud-card h1 {
  font-size: var(--pos-headline-3);
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(270deg, var(--subheader-news-gradient-from, #2173c4) 43.72%, var(--subheader-news-gradient-to, #0f7b0a) 56.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mvp-leading-aud-card h2 {
  align-self: stretch;
  line-height:var(--pos-headline-1-line-height) ;
  color: var(--pos-color-prominent, #141414);
  font-size: var(--pos-headline-1, 48px);
  font-style: normal;
  font-weight: 700;
}

.mvp-leading-aud-card p {
  align-self: stretch;

  font-size: var(--pos-headline-4, 1.25rem);
  font-style: normal;
  padding-top: 35px;
}

.mvp-leader-card-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--pos-gap-text-content, 24px);
  align-self: stretch;
  padding-left: 22px;
  padding-top: 24px;
}

.mvp-leader-card-list li {
  align-self: stretch;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  list-style: disc;
}
.pos-theme-dark .mvp-leader-card-list li
 {
  color: var(--pos-color-normal);
}
.pos-theme-dark .mvp-leading-aud-card p
 {
  color: var(--pos-color-normal);
}


@media (max-width: 768px) {
  .mvp-leading-row {
    flex-direction: column;
  }

  .mvp-leading-aud-card {
    width: auto;
  }
}
@media (max-width: 1440px) {
  .mvp-leading-row {
    flex-direction: column;
  }
  .mvp-leading-aud-card {
    height: auto;
    width: auto;
  }
  .mvp-leaders-image-container {
    margin-left: 100px;
    height: auto;
    display: flex;
    width: auto;
  }
  .mvp-marketplace-leaders {
    background-color: var(--pos-color-page-background);
  }

  .mvp-leaders-image-container picture,
  .mvp-leaders-image-container svg,
  .mvp-leaders-image-container img {
    margin-left: auto;
  }
}
@media (max-width: 520px) {
  .mvp-marketplace-leaders-main{
    background-position: bottom -100px right -100px;
  }}
