.products {
  padding-bottom: 30px;
}

.products .title-wrap {
  max-width: 800px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.18);
}

.products .title {
  text-align: left;
  margin-bottom: 20px;
}

.products .title-wrap .sub-info p:not(:last-child) {
  margin-bottom: 1.3rem;
}

.products .top-wrap img {
  width: 100%;
  margin-top: -20%;
  display: block;
  position: relative;
  z-index: -1;
}

.products .talk-wrap {
  color: #fff;
  margin-top: 30px;
  padding: 20px 15px;
  background: #2B2B2B;
}

.products .talk-title {
  text-align: left;
  margin-bottom: 10px;
}

.products .talk-info {
  margin-bottom: 10px;
}

.products .talk-info p:not(:last-child) {
  margin-bottom: 1.3rem;
}

.products .talk-title,
.products .talk-info {
  max-width: 730px;
}

.products .btn-wrap .btn {
  border-width: 2px;
  border-color: #fff;
}

.products .row-wrap {
  padding-top: 30px;
}

.products .row:not(:last-child) {
  margin-bottom: 30px;
}

.products .row>div:first-child {
  margin-bottom: 20px;
}

.products .img {
  display: block;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.products .img img {
  width: 100%;
}

.products .tit {
  margin-bottom: 16px;
  font-family: "JosefinSans-B";
}

.products .info {
  margin-bottom: 20px;
}

.products .info ul {
  padding-left: 16px;
}

.products .row-wrap .btn {
  color: #fff;
  background: var(--style-color);
}

@media (min-width: 768px) {
  .products .title-wrap {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .products .row>div:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .products {
    padding-bottom: 60px;
  }

  .products .title-wrap {
    margin: 0;
    padding: 60px 50px;
  }

  .products .title {
    margin-bottom: 44px;
  }

  .products .talk-wrap {
    margin-top: 60px;
    padding: 50px 80px 46px;
  }

  .products .talk-title {
    margin-bottom: 25px;
  }

  .products .btn {
    transition: all .3s;
  }

  .products .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .products .btn-wrap .btn:hover {
    color: #2B2B2B;
    background: #fff;
  }

  .products .talk-info {
    margin-bottom: 0;
  }
  
  .products .row-wrap {
    padding-top: 60px;
  }

  .products .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  .products .row:not(:last-child) {
    margin-bottom: 60px;
  }

  .products .row>div {
    padding: 0 60px;
  }

  .products .row-wrap .btn:hover {
    background: var(--sub-color);
  }

  .products .tit {
    margin-bottom: 33px;
  }

  .products .info {
    margin-bottom: 45px;
  }
}

@media (min-width: 1440px) {
  .products {
    padding-bottom: 120px;
  }
  
  .products .top-wrap img {
    margin-top: -18%;
  }

  .products .title-wrap {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .products .talk-wrap {
    margin-top: 120px;
    padding-left: 107px;
    padding-right: 107px;
  }
  
  .products .row-wrap {
    padding-top: 120px;
  }

  .products .row {
    margin-left: -60px;
    margin-right: -60px;
  }

  .products .row:not(:last-child) {
    margin-bottom: 120px;
  }

  .products .row>div {
    padding: 0 60px;
  }
}

@media (min-width: 1640px) {
  .products .title {
    font-size: 45px;
  }
}


/* recommend */
.recommend {
  padding: 30px 0;
  background: #F5F5F5;
}

.recommend .title {
  color: var(--style-color);
  margin-bottom: 20px;
}

.recommend img {
  width: 100%;
}

.recommend .tit {
  margin: 20px 0;
}

.recommend .info>*:not(:last-child) {
  margin-bottom: 1.3rem;
}

.recommend .info ul {
  padding-left: 16px;
}

.recommend .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 0;
}

@media (min-width: 1200px) {
  .recommend {
    padding: 60px 0;
  }

  .recommend .title {
    margin-bottom: 45px;
  }

  .recommend .tit {
    margin: 51px 0 43px;
  }
}

@media (min-width: 1440px) {
  .recommend {
    padding: 120px 0;
  }
}

@media (min-width: 1640px) {
  .recommend .title {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .recommend .swiper-pagination {
    display: block;
  }
}