.baosidun_services {
  position: relative;
  padding-bottom: 70px;
  background: linear-gradient(to right, #F5F5F5 0%, rgba(245, 245, 245, 0) 200%);
}

.baosidun_services_inner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/550;
  display: flex;
  align-items: center;
  overflow: visible;
}

.baosidun_services_inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.baosidun_services_content {
  position: relative;
  z-index: 1;
  width: 45%;
  max-width: 823px;
  padding: 60px 0 60px 140px;
  color: #fff;
}

.baosidun_services_top_title {
  font-family: var(--font-family);
  font-size: var(--font-14);
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.baosidun_services_title {
  font-family: var(--title-font-family);
  font-size: var(--font-48);
  font-weight: 700;
  line-height: 1.375;
  color: #fff;
  margin-bottom: 20px;
}

.baosidun_services_desc {
  font-family: var(--font-family);
  font-size: var(--font-18);
  font-weight: 400;
  line-height: 166.667%;
  color: #fff;
  margin-bottom: 64px;
}

.baosidun_services_btn:hover {
  background: var(--color-second);
  color: #fff;
}

.baosidun_services_btn svg {
  flex-shrink: 0;
}

.baosidun_services_decoration {
  position: absolute;
  right: 110px;
  bottom: -165px;
  z-index: 2;
  width: 50%;
  max-width: 949px;
  aspect-ratio: 121/83;
  pointer-events: none;
}

.baosidun_services_decoration img {
  width: 100%;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 1630px) {
  .baosidun_services_content {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1280px) {
  .baosidun_services_content {
    padding-left: 40px;
    width: 55%;
  }

  .baosidun_services_decoration {
    width: 50%;
    right: 80px;
    bottom: -100px;
  }

  .baosidun_services {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 992px) {
  .baosidun_services_content {
    padding-left: 30px;
    padding-right: 30px;
    width: 65%;
  }

  .baosidun_services_decoration {
    width: 55%;
    bottom: -90px;
    right: 10px;
  }

  .baosidun_services {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .baosidun_services {
    padding-bottom: 0;
  }

  .baosidun_services_content {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }

  .baosidun_services_decoration {
    display: none;
  }

  .baosidun_services_title {
    margin-bottom: 14px;
  }

  .baosidun_services_desc {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 576px) {
  .baosidun_services_content {
    padding: 32px 16px;
  }
}
