.yibo_logistics_support {
  background: var(--color-primary);
  overflow: hidden;
  padding: var(--component-gap-md) 0;
  position: relative;
}

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

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

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

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

.yibo_logistics_support-layout {
  align-items: center;
  /* aspect-ratio: 1920 / 445; */
  display: flex;
  gap: var(--component-gap-md);
  justify-content: space-between;
  flex-wrap: wrap;
}

.yibo_logistics_support-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(-text-gap-md);
  flex:1.3
}

.yibo_logistics_support-title {
  color: #fffaf4;
  width: 100%;
}

.yibo_logistics_support-title :is(p, h1, h2, h3, h4, h5, h6) {
  color: inherit;
  font-family: var(--title-font-family);
  font-size: var(--title-size);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.yibo_logistics_support-desc {
  color: #fff;
  width: 100%;
  margin-top: var(--component-gap-sm);
}

.yibo_logistics_support-desc :is(ul) {
  margin: 0;
  padding-left: var(--text-gap);
  display: flex;
  flex-direction: column;
  gap: var(--text-gap-md);
}

.yibo_logistics_support-desc :is(li) {
  color: inherit;
  font-family: var(--font-family);
  font-size: var(--text-size-md);
  font-weight: 400;
  line-height: 1.4118;
  margin: 0;
}

.yibo_logistics_support-media {
  aspect-ratio: 572 / 280;
  border-radius: 0 999px 999px 0;
  justify-self: end;
  overflow: hidden;
  width: 100%;
  flex: 1;
}

.yibo_logistics_support-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .yibo_logistics_support-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }

  .yibo_logistics_support-copy {
    gap: var(--component-gap-xs);
    max-width: none;
  }

  .yibo_logistics_support-title :is(p, h1, h2, h3, h4, h5, h6) {
    line-height: 1.15;
  }

  .yibo_logistics_support-media {
    /* border-radius: var(--radius); */
    justify-self: stretch;
  }
}
