.footer p {font-size:18px;margin-bottom:4px;}
@media only screen and (min-width: 600px) {
    
.footer { display:grid;
padding:16px;
justify-content:center;
grid-template-columns:auto auto;
grid-gap:160px
    
}
    
}      
