.tcpp-content{
    padding: 42px 32px;
    border: 1px solid #e0e0e0;
}
.tcpp-content p {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;
color: #5E5E68;
}
.tcpp-content h3 {

font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 130%;
flex: none;
order: 0;
flex-grow: 1;

color: #F04E30;
}
.tcpp-content a {
   color: #F04E30; 
}
.tcpp-content strong {
    color: #222431;
}

.tcpp-content {
 background-color: #F7F5F5;
}
.tcpp-container{
  background-image: url('https://iptglobal.com/wp-content/uploads/2026/08/content.svg');
     padding:0px  45px ;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
          border-left: 1px solid #e0e0e0;
       border-right: 1px solid #e0e0e0;
}
  


.tcpp-header {
    padding: 50px 45px 45px 45px;
          border-left: 1px solid #e0e0e0;
       border-right: 1px solid #e0e0e0;
    
}
.tcpp-page{
        border-top: 1px solid #e0e0e0;
}
.tcpp-content li {
        font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    flex: none;
    order: 0;
    flex-grow: 1;
    color: #5E5E68;
}
@media(max-width:1024px){
    .tcpp-content{
        padding: 42px 16px;
    }
    .tcpp-container{
      padding:  0px  20px;
      background-size: auto;
      background-repeat: repeat;
    }
    .tcpp-header{
    padding: 16px;
    margin: 0 20px;
    box-sizing: border-box;
}

}