@charset "utf-8";

@media all and (max-width: 850px) 

{
.logo-footer {position: relative;
              margin: 0 auto;
              top: 0;
              left: 0;
              padding-bottom: 10px;}
              
.row {display: block;}    

.row:nth-child(2n) { background: none;}          
              
.cell:first-child { width: 100%;
                   text-align: center;
                   border: none;}   
                   
.cell:last-child { width: 100%; 
                     text-align: center;
                     background: #F6F6F6;}                           
                  

}

@media all and (max-width: 650px) 

{

h1 { font-size: 26px;}

}


@media all and (max-width: 530px) 

{
.desc {display: none;}

}