@media screen and (min-width:800px){


    
    .holderA1{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows:repeat(5, 1fr);
        max-width: 1200px; 
        height: auto;   
    }
    footer{
    text-align: center;
}
}