.decorative-section {
    position: relative;
    overflow: clip;
    overflow-clip-margin: 15px;
}

.standard-reading .decorative-section .text-component h2:first-child::before,
.standard-reading .decorative-section .text-component h3:first-child::before,
.standard-reading .decorative-section .sh-textandimage::before {
    content: "";
    /* display: block; */
    display:inline;
    height: 12vw;
    max-height: 70px;
}

.decorative-section > .parsys {
    margin-bottom: 60px;
}


.decorative-section.decorative-section--dark-section > .parsys {
    margin-bottom: 0px;
}


@media screen and (max-width: 767px) {
.decorative-section.decorative-section--dark-section > .parsys,
.decorative-section.decorative-section--quote > .parsys,
.decorative-section.decorative-section--industries > .parsys {
    margin-bottom: 0px;
}
}

@media screen and (max-width: 990px) {
    .standard-reading .decorative-section .text-component h2:first-child::before,
    .standard-reading .decorative-section .text-component h3:first-child::before,
    .standard-reading .decorative-section .sh-textandimage::before {
        height: auto;
    }
}


@media screen and (min-width: 768px) {
    .decorative-section {
        overflow-clip-margin: 100px;
    }
}

@media screen and (min-width: 1600px) {
    .standard-reading .decorative-section .text-component h2::before {
        margin-top: 0px;
    }
    
    .decorative-section > .parsys {
        margin-bottom: 0px;
    }
}

.decorative-section > .parsys::before,
.decorative-section > .parsys::after {
    content: "";
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    max-width: 25%;
    z-index: 1;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}

.decorative-section > .parsys::before {
    right: 0px;
    left: auto;
    background-position: center top;
}

.decorative-section > .parsys::after {
    right: auto;
    background-position: center top;
}

.decorative-section.decorative-section--flipped > .parsys::before {
    left: 0px;
    right: auto;
}

.decorative-section.decorative-section--flipped > .parsys::after {
    left: auto;
    right: 0px;
}

.decorative-section.decorative-section--quote > .parsys::before {
    top: -50px;
    width: 150px;
    height: auto;
    background-image: url("/content/dam/pwc/uk/en/the-new-equation/icons/pixel-group-a.svg");
    background-position-x: right;
    right:0px;
    left:auto;
}

.decorative-section.decorative-section--dark-section > .parsys::before {
    left: 0px;
    right: auto;
    top: -50px;
    width: 100px;
    height: auto;
    background-image: url("/content/dam/pwc/uk/en/the-new-equation/icons/pixel-group-b.svg");
}

.decorative-section.decorative-section--industries > .parsys::after {
    right: 0px;
    left: auto;
    bottom: 0px;
    width: 100px;
    height: auto;
    background-image: url("/content/dam/pwc/uk/en/the-new-equation/icons/pixel-group-b.svg");
    background-position-x: right;
    transform: scaleY(-1);
}

@media screen and (min-width: 1600px) {
    .decorative-section.decorative-section--clients > .parsys::before {
        left: 0px;
        right: auto;
        top: 50px;
        width: 150px;
        height: auto;
        background-image: url("/content/dam/pwc/uk/en/the-new-equation/icons/pixel-group-c.svg");
        background-position-x: left;
    }
}

.decorative-section.decorative-section--clients > .parsys::after {
    right: 0px;
    left: auto;
    bottom: -50px;
    width: 150px;
    height: auto;
    background-image: url("/content/dam/pwc/uk/en/the-new-equation/icons/pixel-group-a.svg");
    background-position-x: right;
}

.decorative-section.decorative-section--design2 > .parsys::before {
    top: -20px;
    background-image: url("/content/dam/pwc/uk/en/ceo-survey/26/pixels/3px_2.svg");
}

.decorative-section.decorative-section--design2 > .parsys::after {
    bottom: -53px;
    background-image: url("/content/dam/pwc/uk/en/ceo-survey/26/pixels/2px_4.svg");
}




/* EPISODES */

.decorative-section.title-cd-intro > .parsys::before {
  background-size: 100px auto;
  width:100px;
  height:auto;
    left:0px;
  background-image: url("/content/dam/pwc/uk/en/the-new-equation/icons/pixel-group-b.svg");
}

.decorative-section.title-cd-intro > .parsys::after {
  background-size: auto 150px;
  height: auto;
  width: 150px;
  background-image: url("/content/dam/pwc/uk/en/the-new-equation/icons/pixel-group-a.svg");
  bottom: 10px;
  right: 0;
  left: auto;
  background-position: 50px 0px;
}



@media screen and (min-width:1398px) and (max-width:1540px) {
  .decorative-section.title-cd-intro > .parsys::after {
      z-index:0;
  }
}
@media screen and (min-width:1198px) and (max-width:1340px) {
  .decorative-section.title-cd-intro > .parsys::after {
      z-index:0;
  }
}
@media screen and (min-width:996px) and (max-width:1140px) {
  .decorative-section.title-cd-intro > .parsys::after {
      z-index:0;
  }
}
@media screen and (min-width:767px) and (max-width:920px) {
  .decorative-section.title-cd-intro > .parsys::after {
      z-index:0;
  }
}

@media screen and (max-width:767px) {
  .page-primary-col--red .hero-title {
	background: transparent;
}
.decorative-section.title-cd-intro > .parsys::before {
top:0px;
  z-index:1;
      background-size: contain;
}


}


/* HIDE ON SMALLER SCREENS */

@media screen and (max-width: 767px) {
    .decorative-section.decorative-section--design2 > .parsys::after,
.decorative-section.decorative-section--design2 > .parsys::before,
.decorative-section.decorative-section--clients > .parsys::after,
.decorative-section.decorative-section--clients > .parsys::before,
.decorative-section.decorative-section--industries > .parsys::after,
.decorative-section.decorative-section--dark-section > .parsys::before,
.decorative-section.decorative-section--dark-section > .parsys::after,
.decorative-section.decorative-section--quote > .parsys::before,
.decorative-section.decorative-section--quote > .parsys::after,
.decorative-section.title-cd-intro > .parsys::before   {
        display:none;
    }
    /*
    .decorative-section.title-cd-intro > .parsys::after {
      background-size: auto 150px;
      height: auto;
      width: 150px;

      bottom: 10px;
      right: 0;
      left: auto;
      background-position: 50px 0px;
    }
    */
    .decorative-section.title-cd-intro > .parsys::after {
        top:0px;
        right:0px;
      background-image: url("/content/dam/pwc/uk/en/the-new-equation/icons/pixel-group-a.svg");
        background-size: 50%;
    }
}