#weekly-games{display:grid;gap:32px;grid-template-columns:repeat(2,1fr);max-width:1300px}.game-item_new{display:flex;flex-direction:column;gap:16px}.game-item_new h4{margin-bottom:8px}.game-item_new .featured-image{aspect-ratio:16/9;width:100%}.featured_copy{flex:1}.featured_copy>*{color:var(--black)!important;margin:0 0 16px!important}.featured-image a{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.featured-image img{height:auto;max-height:100%;width:100%}@media (max-width:864px){.game-item_new{align-items:center;flex-direction:column;text-align:center}#games_new .featured-image{margin-right:0}}@media (max-width:768px){.game-item_new{padding:24px 0;width:100%}#games_new{padding:0}}