/*
 * PCP section title — matches temp.html prodotion-overview-content / pcp-compo-title.
 * Selectors scoped under .pcp-title only.
 */

.pcp-title .prodotion-overview-content {
  max-width: 1184px;
  margin: auto;
}

.pcp-title .pcp-compo-title {
  height: 36px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  line-height: 36px;
}

@media screen and (max-width: 839.98px) {
  .pcp-title .prodotion-overview-content {
    max-width: calc(100% - 40px);
  }
}
