/*отступ в блоке CL07*/

    .t1124__title p {
            display: inline-block;
            background-color: #F8F8F8 !important;
            border-radius: 15px;
            padding: 10px 20px;
        }
        
    .t1124 .t-col_8, .t1124 .t-col_4 {
        padding: 0px;
    }


    @media screen and (min-width: 1200px){
    
        .t1124 .t-container {
            max-width: 100%;
            padding: 0px 30px;
            box-sizing: border-box; 
        }
        
        .t1124 .t-col_4, .t1124 .t-col_8  {
            max-width: 100%;
            margin-left: 10px;
            margin-right: 10px;
        }
    
    }    
    
 
    @media screen and (max-width: 1200px){ 
            
        .t1124 .t-container {
            max-width: calc(100% - 20px);
        }
        
        .t1124 .t-col.t-col_6 {
            max-width: calc(50% - 20px);
        }
    }    
           
    @media screen and (max-width: 960px){ 
            
        .t1124 .t-container {
            max-width: calc(100% - 40px);
        }
        
        .t1124 .t-col.t-col_6 {
            max-width: 100%;
            padding: 0px;
        }
    }  