.it-page-title__wrapper {
  position: relative;
}

.it-page-title__wrapper .pt-page__header {
  background: linear-gradient(-203deg, #080f1c 0%, #0d1e38 40%, #3c210f 100%);
  width: 100%;

  &:after {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 1;
    top: 0;
    right: 0;
    background-image: url(../../images/decoration/pattern-transparent-dark.png);
    background-size: 200px;
    background-repeat: repeat;
    background-position: center right;
  }
}

@media (min-width: 1200px) {
  .it-page-title__wrapper .pt-page__header {
    background: linear-gradient(
      -333deg,
      #080f1c 12%,
      #0d1e38 32%,
      #3c210f 60%,
      #050a14 80%
    );
  }
}

@media (min-width: 992px) {
  /* decoration side of page title */
  .page-node-type--news .it-page-title__wrapper:after,
  .it-page-title__wrapper:after {
    content: "";
    width: 26%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    background-image: url(../../images/decoration/decoration-logo-mcs-bg-page-title.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    aspect-ratio: 0.9;
  }
}

.phd-container .kicker,
.event-detail-title,
.page-node-type--news .it-page-title__wrapper h1,
.pt-page__header h1 {
  position: relative;
  padding-top: 40px;
  &:after {
    content: "";
    background-color: #1f66da;
    height: 7px;
    width: 94px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
