.plp-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.plp-header h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .plp-header h2 {
    font-size: 40px;
    line-height: 44px;
  }
}