.weilan_steel_solution {
  padding-top: 3rem;
  padding-bottom: 23.25rem;
  background: linear-gradient(155deg, #DFEBFA 16.07%, rgba(251, 253, 255, 0.00) 60%);
}

.weilan_steel_solution_title {
  color: var(--text-color);
  font-size: var(--font-size-h2);
  font-family: var(--title-font-family);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4.25rem;
}

.weilan_steel_solution .solution-wrapper {
  padding: 3.75rem 0;
  padding-left: 3.75rem;
  gap: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 75%);
}

.weilan_steel_solution .solution-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.375rem;
}

.weilan_steel_solution .solution-item {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-bottom: 1.375rem;
}

.weilan_steel_solution .solution-item-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.weilan_steel_solution .solution-item-content {
  position: relative;
  color: var(--text-color);
  font-size: var(--font-size-h4);
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
}

.weilan_steel_solution .solution-item-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #CCC 0%, rgba(221, 221, 221, 0.00) 100%);
  bottom: -1.375rem;
  left: 0;
}

.weilan_steel_solution .solution-img {
  width: 56.25%;
  aspect-ratio: 90/58;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1024px) {
  .weilan_steel_solution .solution-wrapper {
    flex-direction: column-reverse;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 75%);
    padding: 0 2.5rem 2.5rem;
  }

  .weilan_steel_solution .solution-list {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .weilan_steel_solution .solution-wrapper {
    padding: 0 1.5rem 1.5rem;
  }

  .weilan_steel_solution .solution-img {
    width: 100%;
  }
}