.event{background:#191919;background:linear-gradient(212deg,rgba(25,25,25,1) 57%,rgba(201,0,0,1) 100%);padding:24px 0;font-family:'Montserrat',sans-serif}.event .container{display:flex;flex-direction:row;flex-wrap:wrap}.event-headtitle{width:calc(50% - 24px);display:flex;flex-direction:column;justify-content:center;align-items:center}.event-logos{display:flex;margin-bottom:12px}.event-logos img:first-child{margin-right:12px}.event-headtitle h3{color:white;font-size:32px;text-align:left;position:relative;margin:0 0 18px;text-transform:uppercase}.event-games{width:calc(50% - 24px);overflow-x:auto;padding:24px 0}.event-games-row{width:100%;display:flex;justify-content:center;margin-bottom:18px}.event-game-title{display:flex;flex-direction:column;align-items:center;text-transform:uppercase}.event-game-title h2{font-size:24px;color:white;margin:0 0 8px}.event-game-title span{font-size:18px;color:#fd882b;font-weight:bold;margin:0 0 12px}.event-game-title a{background:#fd882b;border-radius:3px;padding:12px 32px;color:white;text-decoration:none;transition:all .3s ease-in-out;text-transform:initial}.event-game-title a:hover{opacity:.8}.event-games .item{min-width:180px;height:220px;display:block;overflow:hidden;border-radius:8px;position:relative;transition:all .3s ease-in-out}.event-games .item:not(:last-child){margin-right:24px}.event-games .item:hover{box-shadow:0 5px 30px rgba(0,0,0,0.3);transform:translateY(-10px)}.event-games .item img{max-width:100%;height:calc(100% - 48px);object-fit:cover;position:absolute;top:0;left:0}.event-games .item-title{width:100%;box-sizing:border-box;height:48px;display:flex;align-items:center;justify-content:space-around;position:absolute;bottom:0;background:#000;background:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(47,49,69,1) 100%);color:white;padding:0 8px}.event-games .item-title span{text-transform:uppercase;font-size:10px;font-weight:300}.event-games .item-price{font-size:18px;font-weight:700;color:#fd882b}@media screen and (max-width:768px){.event-games{width:100%}.event-headtitle{width:100%;text-align:center}.event-headtitle p,.special-headtitle h3{text-align:center}.event-games-row{justify-content:flex-start}}