.qicheng-added-services {
  background: var(--second-color);
  padding-top: var(--title-font-padding-top);
  padding-bottom: calc(max(40px, 1.11111111rem) + var(--border-radius-lg));
  position: relative;
  z-index: 9;
}

.qicheng-added-services .added-services-header {
  text-align: center;
  margin-bottom: 90px;
  color: var(--text-color-white);
}

.qicheng-added-services .added-services-title {
  color: var(--text-color-white);
  font-family: var(--font-family);
  font-size: var(--title-font-size-lg);
  font-weight: var(--title-font-weight);
  line-height: 1.3333;
  letter-spacing: -0.9px;
  margin: 0;
}

.qicheng-added-services .added-services-subtitle {
  color: var(--text-color-white);
  font-family: var(--font-family);
  font-size: var(--text-font-size-xxl);
  font-weight: 500;
  line-height: 124%;
  margin-top: 20px;
  margin-bottom: 0;
}

.qicheng-added-services .added-services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(20px, 1.05555556rem);
  padding-left: 4.22222222rem;
  padding-right: 4.22222222rem;
}

.qicheng-added-services .added-services-btn {
  margin-top: max(40px, 3.6111111rem);
  text-align: center;
}

.qicheng-added-services .added-services-btn .qicheng-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: var(--primary-color);
  color: var(--text-color-white);
  font-family: var(--font-family);
  font-size: var(--text-font-size-lg);
  font-weight: 600;
  padding: max(0.38888889rem, 12px) max(1.11111111rem, 32px);
  text-decoration: none;
  transition: transform 0.2s ease;
}

.qicheng-added-services .added-services-btn .qicheng-btn:hover {
  transform: translateY(-2px);
}

.qicheng-added-services .added-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 20px calc(20px + max(10px, 0.555555rem)) 20px;
  background: #fff;
  border-radius: var(--border-radius-md);
  position: relative;
  overflow: hidden;
}

.qicheng-added-services .added-service-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max(10px, 0.5555555rem);
  background: var(--primary-color);
}

.qicheng-added-services .added-service-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.qicheng-added-services .added-service-icon {
  width: max(160px, 6.83333333rem);
  height: max(160px, 6.83333333rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.qicheng-added-services .added-service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qicheng-added-services .added-service-title {
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-size: var(--title-font-size-xsm);
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 12px 0;
}

.qicheng-added-services .added-service-desc {
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-size: var(--text-font-size-xl);
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  min-height: 4em;
}

@media screen and (max-width: 992px) {
  .qicheng-added-services .added-services-header {
    margin-bottom: 60px;
  }
  .qicheng-added-services .added-services-list {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .qicheng-added-services .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .qicheng-added-services .added-services-header {
    margin-bottom: 40px;
  }
  .qicheng-added-services .added-services-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .qicheng-added-services .added-service-item {
    padding: 25px 15px calc(25px + max(10px, 0.69444444rem)) 15px;
  }
}
