.solutions {
  padding: 30px 0;
}

.solutions .title {
  margin-bottom: 20px;
}

.solutions .top-wrap {
  margin-bottom: 30px;
}

.solutions .lt {
  margin-bottom: 20px;
}

.solutions .lt img {
  width: 100%;
  aspect-ratio: 981 / 500;
}

.solutions .sub-info {
  line-height: calc(30 / 16);
}

.solutions .sub-info>*:not(:last-child) {
  margin-bottom: 10px;
}

.solutions .item:not(:last-child) {
  margin-bottom: 30px;
}

.solutions .item-wrap .rt {
  background: linear-gradient(99deg, #FFFFFF 0%, #E1DCDC 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

.solutions .info-group {
  padding: 30px 20px;
}

.solutions .tit {
  font-weight: bold;
  margin-bottom: 10px;
}

.solutions .info {
  max-height: 180px;
  line-height: calc(30 / 16);
}

.solutions .info>*:not(:last-child) {
  margin-bottom: calc((30 / 16) * 1em);
}

.solutions .btn {
  width: 180px;
  color: #fff;
  padding: 7px 15px;
  border-radius: 0;
  margin-top: 15px;
  background: var(--style-color);
}

@media (min-width: 992px) {
  .solutions .top-wrap {
    display: flex;
    align-items: center;
  }

  .solutions .top-wrap .lt {
    flex: 0 0 44%;
    margin-bottom: 0;
  }

  .solutions .top-wrap .rt {
    flex: 1;
    padding-left: 30px;
  }

  .solutions .item {
    display: flex;
    align-items: flex-end;
  }

  .solutions .item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .solutions .item-wrap .lt {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    margin-bottom: 0;
  }

  .solutions .item-wrap .rt {
    flex: 0 0 44.375%;
    max-width: 44.375%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }

  .solutions .item:nth-child(odd) .rt {
    margin-left: -6.875%;
  }

  .solutions .item:nth-child(even) .rt {
    margin-right: -6.875%;
  }
}

@media (min-width: 1200px) {
  .solutions {
    padding: 66px 0 60px;
  }

  .solutions .title {
    margin-bottom: 40px;
  }

  .solutions .top-wrap {
    margin-bottom: 60px;
  }

  .solutions .top-wrap .rt {
    padding-left: 60px;
  }

  .solutions .item:not(:last-child) {
    margin-bottom: 60px;
  }

  .solutions .info-group {
    padding: 45px 40px 50px;
  }

  .solutions .tit {
    margin-bottom: 21px;
  }

  .solutions .btn {
    margin-top: 28px;
  }
}

@media (min-width: 1640px) {
  .solutions {
    padding-bottom: 100px;
  }

  .solutions .title {
    margin-bottom: 72px;
  }

  .solutions .top-wrap {
    margin-bottom: 80px;
  }

  .solutions .top-wrap .rt {
    padding-left: 80px;
    transform: translateY(-5%);
  }

  .solutions .item:not(:last-child) {
    margin-bottom: 80px;
  }
}