.products {
  padding: 30px 0;
}

.products .title {
  margin-bottom: 15px;
}

.products .sub-info {
  max-height: 173px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.products .row {
  margin-bottom: -30px;
}

.products .row>div {
  margin-bottom: 30px;
}

.products .scale-img {
  border: 1px solid #707070;
}

.products .scale-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 475 / 299;
}

.products .tit {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'NTSomic-B';
}

.products .info {
  max-height: 87px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.products .btn {
  width: 140px;
  color: #fff;
  border-radius: 20px 0 20px 0;
  background: var(--style-color);
}

.products .btn i {
  margin-left: 6px;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 576px) {
  .products .info {
    height: 87px;
  }
}

@media (min-width: 1200px) {
  .products {
    padding: 64px 0;
  }

  .products .title {
    margin-bottom: 30px;
  }

  .products .sub-info {
    margin-bottom: 40px;
  }

  .products .row {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -55px;
  }

  .products .row>div {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 55px;
  }

  .products .tit {
    margin-top: 25px;
    margin-bottom: 17px;
  }

  .products .info {
    margin-bottom: 21px;
  }

  .products .btn {
    width: 160px;
    transition: opacity .3s;
  }

  .products .btn:hover {
    opacity: .8;
  }

  .products .btn i {
    font-size: 24px;
  }
}

@media (min-width: 1640px) {
  .products {
    padding-bottom: 84px;
  }

  .products .title, .products .sub-info {
    margin-bottom: 51px;
  }

  .products .row {
    margin-left: -35px;
    margin-right: -35px;
  }

  .products .row>div {
    padding-left: 35px;
    padding-right: 35px;
  }

  .products .tit {
    margin-top: 36px;
  }
}