/* progetti conclusi background */
.block-views-blockstudent-projects-public-blocks-block-student-projects-grid-completed {
  position: relative;
  padding: 2rem 0rem;
  &:before {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    background-image: url("../../images/decoration/bg-light-blue.png");
    background-size: 200px;
    background-repeat: repeat;
    background-position: top right;
    z-index: -1;
  }

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

}
