.ai-two-col-sticky-outer { 
  width: 100%;
}
.ai-two-col-sticky-inner {
  width: 100%;
  min-height: 1000px;
}

.ai-two-col-sticky-left {
  width: 50%;
  float: left;
  padding: 0 50px 0 0;
}
.ai-two-col-sticky-left h3 {
    font-family: Poppins, sans-serif !important;
    font-size: 22px;
}
.ai-two-col-sticky-right {
  width: 50%;
  float: left;
  position: sticky;
  top: 0;
  /*background: yellow;*/
  height: 680px;
}
.ai-two-col-sticky-right h3 {
    font-family: Poppins, sans-serif !important;
}
.ai-two-col-sticky-right p [
}
.sticky-border-box {
  border: 1px solid #777; 
  border-radius: 15px; 
  padding: 20px; 
  margin: 30px 0;
}



/* ---------------------------------------------------------- 1100px-------------------- */
@media screen and (max-width:1100px) and (min-width:0) {

  
}
/* ---------------------------------------------------------- 1100px-------------------- */



  



