.news-products {
  padding: 30px 15px;
}
.news-products__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.news-products__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.news-products__more {
  text-align: center;
  margin-top: 30px;
}
.news-products__more .button {
  display: inline-block;
  background: #2B2B2B;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.3s;
}
.news-products__more .button:hover {
  background: #ff0000;
}
.product-card__title {
  text-align: center;
}
.product-card__title a {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.product-card__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */