/*===== Module Image Text CSS =====*/
.module-image-text {background-color: var(--dark-blue);color: var(--white-1);padding-top: 80px;}
.module-image-text.no-bg {background-color: white;  color: var(--dark-blue);}
.module-image-text .content__wrapper .content__main {margin:22px 0px;}

.module-image-text .content__wrapper .content__cta .content__cta-first{margin-bottom:16px;}

.module-image-text.off-white-bg{background-color: var(--white-3);}

#ip3-investment-case .module-image-text .image{margin-top: 24px;}

@media all and (max-width:767.98px){
.module-image-text .image__wrapper{margin:20px 0px;}
}
/*===== Module Image Text CSS =====*/

/*===== text-graphical-content-css-Disha =====*/
.tri-graph-full, .graphical-content{position:relative;}
.graphical-content::after{content:""; background: url("/~/media/Images/P/Playtech-IR-V2/playtech-module-images/icons-images/semi-color-triangle.svg");
width: 144px;
  position: absolute;
  right: 0;
  top: 36px;
  background-repeat: no-repeat;height: 100%;
}
.tri-graph-full::after{content:""; background: url("/~/media/Images/P/Playtech-IR-V2/playtech-module-images/icons-images/triangle-cut.svg");
  width: 217px;
  position: absolute;
  right: 0;
  top: 80px;
  background-repeat: no-repeat;
  height: 296px;
}

@media all and (max-width:991.98px){
.tri-graph-full::after, .graphical-content::after{
    display:none;
  }
}
 

/*===== Module Image Text with Download CSS =====*/
.module-image-text-download .main__wrapper .main__wrapper-image{margin-right: 40px;}

.module-image-text-download .main__wrapper .main__wrapper-content .main__wrapper-content-description{margin: 16px 0px;}
.module-image-text-download .main__wrapper .main__wrapper-content .main__wrapper-content-link a:hover{color:var(--blue-2);}
.module-image-text-download .main__wrapper .main__wrapper-content .main__wrapper-content-link a span.text{font-weight:500;}
@media all and (max-width:767.98px){
.module-image-text-download .main__wrapper .main__wrapper-image img{height: 80px;
  width: 80px;}
}

/*===== Module Image Text with Download CSS =====*/
.image-caption p{font-size:1.2rem;}