body{
  background-color: #aebcbf; 
}


#wrapper{
width:100%;
max-width:960px; 
margin: 0 auto;
}


.gfx{
 width: 100% 
}


section{
margin-top: 10vh;  
}

@media (min-width: 800px){
  section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    
  }
}
  
  
}