.game-panel{width:100%;min-width:200px;max-width:900px;height:fit-content;background-color:hsla(0,0%,50%,.6);border-radius:15px;box-shadow:6px 6px 8px 0 rgb(0,0,0,.6);position:relative;display:block;padding:24px;color:#fff}.game-panel-top{display:flex;align-items:center;gap:24px;margin-bottom:24px}.game-panel-img{width:auto;height:auto;max-width:45%;min-width:100px;max-height:350px;object-fit:contain;flex-shrink:0}.game-panel-first{flex:1;font-size:large;color:#fff}.game-panel-first h1{margin-top:0;margin-bottom:1rem;color:#fff}.game-panel-first p{margin-bottom:0;color:#fff}.game-panel-rest{font-size:large;width:100%;color:#fff}.game-panel-rest p{margin-bottom:1rem;color:#fff}@media (max-width:801px){.game-panel-top{flex-direction:column}.game-panel-img{display:none}.game-panel-first{width:100%}}