.container {
    max-width: 1280px;
    margin: 0 auto;
}

.grid-box {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}