@media only screen and (max-width: 1300px) {    
   .ser_about_con .ser_about_center {
        width: 100%;
    }

    .service_list_con .service_list_center {
        width: 100%;
    }
}

@media only screen and (max-width: 1025px) {    
   .ts_bg_row_holder .col_two .col_two_cont .ser_image_one{
     display: none;
   }

   .ts_bg_row_holder .col_two .col_two_cont .ser_image_two{
        display: none;
   }

   .ts_bg_row_holder .col_two_t .col_two_cont .ser_image_one{
        display: none;
   }

   .ser_about_con .ser_image_two{
         display: none;
   }

   .ser_about_con .ser_about_center .ser_about {
        flex-direction: column-reverse;
        min-height: 0;
        padding: 10px;
        box-sizing: border-box;
        /* flex-flow: row wrap; */        
    }

    .ser_about_con .ser_about_center .ser_about .left_col{
        width: 100%;
        padding: 50px 0;
    }

    .ser_about_con .ser_about_center .ser_about .right_col{
        width: 100%;
    }

    .ser_about_con .ser_about_center .ser_about .right_col .image {
        width: 100%;
        float: left;
        display: flex    ;
        justify-content: center;
    }

    .ser_about_con .ts_bottom_banner{
        display: none;
    }
}

@media only screen and (max-width: 769px) {    
    .ts_bg_row_holder .col_one{
        display: none;
    }
    .col_two .headline{
        font-size: 60px;
    }

    .ts_bg_row_holder .col_two_t .col_two_cont .headline{
        font-size: 60px;
        margin-top: -35px;
    }

    .ts_bg_row_holder .col_two_t .col_two_cont .sub_head{
        margin-top: 15px;
        font-size: 20px;
    }

    .service_list_center .ser_list .list_level .image{
        width: 100%;
    }

    .service_list_center .ser_list .list_level .li_text{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
    }

    .about_in .about_image {
        width: 100% !important;
    }

    .about_in .about_content {
        width: 100% !important;
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 546px) {    
   

    .ts_bg_row_holder .col_two_t .col_two_cont .headline{
        font-size: 60px;
        margin-top: -35px;
    }

    .ts_bg_row_holder .col_two_t .col_two_cont .sub_head{
        margin-top: 15px;
    }

    .col_two .headline{
        font-size: 35px;
    }

    .ts_bg_row_holder .col_two_t .col_two_cont .headline{
        font-size: 35px;
        margin-top: -64px;
    }

    .ts_bg_row_holder .col_two_t .col_two_cont .sub_head{
        font-size: 20px;
    }
    
}