            .text_title_head_text        {
                font-size: 25px;
                font-weight:bold;
                padding-bottom: 5px;
                margin-bottom: 12px;
                display: flex; 
                justify-content: center 
            }
            .text_title_text             {
                font-size: 20px;
                display: flex; 
                justify-content: flex-start ;
                line-height: 1.2;
            }
            .text_title_text_2           {
                font-size: 17px;
                display: flex; 
                justify-content: flex-start ;
                line-height: 1.2;
            }
            .text_text                   {
                font-size: 15px;
                line-height: 1.2;
                display: flex; 
                justify-content: flex-start 
            }

            @media screen and (max-width: 600px) {
            .text_title_head_text           {
                font-size: 25px;
                font-weight:bold;
                padding-bottom: 5px;
                margin-bottom: 12px;
                display: flex; 
                justify-content: center 
            }
            .text_title_text           {
                font-size: 20px;
                display: flex; 
                justify-content: flex-start ;
                line-height: 1.2;
            }
            .text_text                 {
                font-size: 15px;
                line-height: 1.2;
                display: flex; 
                justify-content: flex-start 
            }
            
            }