/* BOTH */
.eventi-container .paragraph-container {
  header {
    h3 {
      color: #0733c7;
    }
  }
}

/* UPCOMING EVENT */
.eventi-container .paragraph-container:nth-child(1) {
  &:before {
    background-image: url(../../../pt_custom/images/decoration/pattern-light-blue.png);
    background-size: 160px;
  }
}

/* UPCOMING EVENT */
.eventi-container .paragraph-container:nth-child(2) {
  position: relative;
  &:before {
    position: absolute;
    pointer-events: none;
    content: "";
    background-size: 196px;
    background-repeat: repeat;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* PAST EVENTS */
.eventi-container .paragraph-container:nth-child(3) {
  &:before {
    background-color: #e7e9f2;
  }

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

@media (min-width: 1400px) {
  .eventi-container .paragraph-container:nth-child(3) {
    position: relative;

    &::after {
      background-image: url(../../images/decoration/decoration-logo-mdmc-bg-page-title.svg);
    }
  }
}
