.game-types{align-items:flex-start}.game-types,.game-types>.col{display:flex;justify-content:center;gap:30px}.game-types>.col{width:20%;align-items:center;flex-direction:column}.game-types>.col:nth-of-type(odd){margin-top:30px}.game-types>.col .type{width:100%;min-height:148px;padding:4px;font-size:32px;font-weight:700;border-radius:20px;background:linear-gradient(131deg,#FFB800,#FF506D)}.game-types>.col .type span{display:flex;align-items:center;justify-content:flex-start;height:144px;width:100%;color:#fff;padding:28px;border-radius:16px}.game-types>.col .type.t span{background:#fff;color:#2c2e3e}.game-types>.col .type.g-2{background:linear-gradient(311deg,#FFB800 30%,#FF506D)}.game-types>.col .type.g-3{background:linear-gradient(131deg,#5067E0,#00BFA2)}.game-types>.col .type.g-4{background:linear-gradient(311deg,#5067E0,#00BFA2)}.game-types>.col .type.g-5{background:linear-gradient(311deg,#FF506D 30%,#5067E0)}.game-types>.col .type.g-6{background:linear-gradient(131deg,#FF506D 30%,#5067E0)}@media(max-width:1280px){.game-types{flex-wrap:wrap;gap:0;width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}.game-types>.col{width:50%;padding:0 16px}.game-types .col:last-child{width:100%;flex-direction:row}.game-types .col:last-child .type{width:calc(50% - 16px)}.game-types .col:last-child .type:last-child{margin-top:-60px}}@media(max-width:768px){.game-types>.col{gap:16px;padding:0 8px;width:calc(50% - 8px)}.game-types>.col .type{font-size:21px;min-height:108px}.game-types>.col .type span{height:100px}.game-types>.col:nth-of-type(odd){margin-top:16px}.game-types .col:last-child .type:last-child{margin-top:-32px}}