/* progetti conclusi background */
.pt-page__view_references.progetti-testi-container
  .paragraph-container:last-child {
  position: relative;
  padding: 2rem 0rem;

  /* single card override */
  article.card-phd-student-project {
    background-color: transparent;
  }

  article.card-phd-student-project:hover {
    background-color: #e9f0ed;
  }
}

.progetti-conclusi-view:before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
