/* progetti conclusi background */
.pt-page__view_references.progetti-testi-container
  .paragraph-container:last-child {
  position: relative;
  padding: 2rem 0rem;
  &:before {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    background-color: #e6e4e4;
    z-index: -1;
  }
}
