.product-slider-title {
  background: #f4f4f4;
  max-width: calc(100% - 2 * 20px);
  margin: 0 auto;
  padding: 70px 0;
  margin-top: 20px;
}
.product-slider-title h1,
.product-slider-title .h1,
.product-slider-title h2 {
  color: #ed0f00;
}
@media (min-width: 1441px) {
  .product-slider-title {
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .product-slider-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .product-slider-title {
    padding: 40px 0;
    margin-top: 0;
    max-width: 100%;
  }
  .product-slider-title p {
    max-width: 290px;
  }
}
