.incubation-to-independence-section {
    background-image: url(/template/85b5ce5e/images/about-list-image.png);
    padding:158px 0;
    background-repeat: no-repeat;
    background-size: Cover;
}
.incubation-to-independence-section:before{
    content: '';
    background: rgba(15, 35,55, 0.80);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;

}
.incubation-to-independence-section .exsited-box-container{
    position:relative;
    max-width:1060px;
    margin:0 auto;
    padding:0 30px;
    display: flex;
    gap: 0 30px;
}
.incubation-to-independence-section .exsited-right-content{
   width:52%;
}
.incubation-to-independence-section .exsited-left-content{
   width:48%;
}
.incubation-to-independence-section .exsited-box-container .exsited-left-content p{
   font-family: Biotif;
   font-weight: 400;
   font-size: 16px;
   line-height: 32px;
   letter-spacing: 0;
   color:#ffffff;
}
.incubation-to-independence-section .exsited-box-container .head-title{
   font-family: Biotif;
   font-weight: 600;
   font-size: 50px;
   line-height: 61px;
   letter-spacing:-0.16px;
   margin:0 0 20px 0;
   padding:0;
   color:#fff;
}
.incubation-to-independence-section .exsited-box-container .exsited-sub-title{
     font-family: Biotif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    margin: 12px 0px;
} 
.incubation-to-independence-section .exsited-box-container ul li{
  color:#fff;
  font-family: Biotif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing:-0.16px;
}

.incubation-to-independence-section .exsited-right-content ul li {
    margin: 0;
    padding:0 0 10px 68px;
}
.incubation-to-independence-section .exsited-right-content ul {
    margin: 0;
    padding: 0;
}
.incubation-to-independence-section .exsited-right-content ul li::before {
    content: '';
    background:rgba(255, 190, 99, 1);
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 50px;
    top: 9px;
    left: 0;
}
.incubation-to-independence-section .exsited-right-content .list-title{
   font-family: Biotif;
   font-weight: 600;
   font-size: 23px;
   line-height: 40px;
   letter-spacing: -0.01em;
  margin:0 0 10px 0;
  padding:0;
  color:#ffffff;
}
.incubation-to-independence-section .exsited-right-content p{
   font-family: Biotif;
   font-weight: 400;
   font-size: 15.5px;
   line-height: 25px;
   letter-spacing: 0;
   margin:0 0 15px 0;
   padding:0;
  color:rgba(255, 255, 255, 0.80);
}
.incubation-to-independence-section .exsited-right-content .exsited-list-content {
   
}
.incubation-to-independence-section .exsited-right-content ul li::after {
    content: '';
    background-image: url(/template/85b5ce5e/images/dash-border.png);
    width: 2px;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    top: 10px;
    left: 8px;
    background-repeat: repeat-x;
}
.left-sticky-box {
    position: sticky;
    top:125px;
    max-width: 420px;
}
.incubation-to-independence-section .exsited-right-content ul li:last-child::after {
    display:none;
}
