.page_products {
  padding: 14.9rem 0 17.9rem;
}
.page_products .head {
  padding-bottom: 1.1rem;
}
.page_products h2 {
  padding-top: 3px;
}
.page_products .page_products_swiper {
  margin-top: 4.2rem;
}
.page_news {
  padding: 15.8rem 0 23.3rem;
}
.page_news .page_news_swiper {
  margin-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  .page_products {
    padding: 50px 0;
  }
  .page_products .page_products_swiper {
    margin-top: 30px;
  }
  .page_news {
    padding: 50px 0;
  }
  .page_news .tcon {
    padding: 0;
  }
  .page_news .page_news_swiper {
    margin-top: 30px;
  }
}