.my_td_25{
  display: none; 
  float: left;
  width: 25%;
  padding: 10px;
}

.my_td_30{
  float: left;
  width: 37%;
  padding: 10px;
}

.my_tr        {
      padding: 5px;
}
.my_tr:after  {
  content: "";
  display: table;
  clear: both;
}

 .footer_text_text                    {
                font-size: 15px;
                line-height: 1.8;
                display: flex; 
                color:#e6e6e6;
                justify-content: flex-start 
            }
 .footer_text_title                   {
                font-size: 16px;
                line-height: 1.8;
                display: flex; 
                color:#ffffff;
                font-weight: bold;
                justify-content: flex-start 
            }
 .footer_central_text_text            {
                font-size: 15px;
                line-height: 1.8;
                display: flex; 
                color:#e6e6e6;
                text-align: center;
            }
 @media screen and (max-width: 900px) {

 .my_td_25{
    display: none; 
    width: 1%;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
 }
.my_td_30{
    width: 99%;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}

}