@media only screen and (max-width: 769px) {              
.reverse-col-on-mobile
{                            
display: flex !important;
flex-direction: column-reverse;
             
}

}
.widget_text a{
   color: #8c1007!important;
   text-decoration:none !important;

}