.yibo_sourcing_cta {
  overflow: hidden;
  padding: calc(var(--text-gap-md) * 4) 0;
  position: relative;
}

.yibo_sourcing_cta-bg {
  inset: 0;
  position: absolute;
  pointer-events: none;
}

.yibo_sourcing_cta-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yibo_sourcing_cta-overlay {
  background: rgba(181, 81, 0, 0.3);
  inset: 0;
  position: absolute;
}

.yibo_sourcing_cta .container {
  position: relative;
  z-index: 1;
}

.yibo_sourcing_cta-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--component-gap-md);
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}

.yibo_sourcing_cta-title {
  color: #fff;
  max-width: 1400px;
}

.yibo_sourcing_cta-title :is(p, h1, h2, h3, h4, h5, h6) {
  margin: 0;
  color: inherit;
  font-family: var(--title-font-family);
  font-size: clamp(14px, 2.5vw, 48px);
  font-weight: 500;
  line-height: 1.35;
}


@media screen and (max-width: 991px) {
  .yibo_sourcing_cta-content {
    aspect-ratio: auto;
  }

}
