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

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