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

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