.m-page {
  padding-bottom: 60px;
}
.m-page .products article {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 15px;
}
.m-page .products article img {
  width: 100%;
  height: auto;
  background-color: #ccc;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m-page .products article h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.m-page .products article h2 a {
  color: #000;
}
.m-page .products article p {
  color: #888;
}
.m-page footer .pagination {
  justify-content: center;
}
.m-page footer .pagination li a, .m-page footer .pagination li span {
  border-color: #b1b5bd;
  color: #b1b5bd;
  margin: 3px;
}
.m-page footer .pagination li a.current, .m-page footer .pagination li span.current {
  border-color: #DB0703;
  color: #DB0703;
}