.products-cate {
  padding: 30px 0;
}

.products-cate .title {
  margin-bottom: 20px;
}

.products-cate .row:not(:last-child) {
  margin-bottom: 30px;
}

.products-cate .scale-img img {
  width: 100%;
}

.products-cate .info-group {
  margin: 0 15px;
  color: #fff;
  padding: 30px 15px;
  background: rgba(0, 105, 179, .7);
}

.products-cate .tit {
  text-align: left;
  margin-bottom: 10px;
}

.products-cate .info {
  line-height: 1.8;
  max-height: 116px;
  margin-bottom: 15px;
}

.products-cate .btn {
  width: 130px;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  background: var(--style-color);
  border-radius: 20px 0px 20px 0px;
}

@media (min-width: 992px) {
  .products-cate .row {
    position: relative;
  }

  .products-cate .row:not(:last-child) {
    margin-bottom: 48px;
  }

  .products-cate .row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .products-cate .row .scale-img {
    border-radius: 0px 100px 0px 100px;
  }

  .products-cate .info-group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    margin: 0;
    padding: 30px 45px;
  }

  .products-cate .row:nth-child(odd) .info-group {
    right: 15px;
    border-radius: 80px 0px 80px 0px;
  }

  .products-cate .row:nth-child(even) .info-group {
    left: 15px;
    border-radius: 0px 80px 0px 80px;
  }
}

@media (min-width: 1200px) {
  .products-cate {
    padding: 59px 0 70px;
  }

  .products-cate .title {
    margin-bottom: 40px;
  }

  .products-cate .tit {
    margin-bottom: 26px;
  }

  .products-cate .row:not(:last-child) {
    margin-bottom: 70px;
  }

  .products-cate .info-group {
    width: 509px;
    padding: 50px 45px;
  }

  .products-cate .row:nth-child(odd) .info-group {
    border-radius: 100px 0px 100px 0px;
  }

  .products-cate .row:nth-child(even) .info-group {
    border-radius: 0px 100px 0px 100px;
  }

  .products-cate .info {
    margin-bottom: 27px;
  }

  .products-cate .btn {
    transition: opacity .3s;
  }

  .products-cate .btn:hover {
    opacity: .8;
  }
}

@media (min-width: 1440px) {
  .products-cate .title {
    margin-bottom: 62px;
  }

  .products-cate .row>div:first-child {
    flex: 0 0 77.5%;
    max-width: 77.5%;
  }

  .products-cate .info-group {
    padding: 80px 69px 89px;
  }
}