.wrapper {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    /*grid-auto-rows: 300px; */
    gap: 50px;
    justify-content: center;
 }
