.gameSection{padding-bottom:75px 0}.gameSection .gameInner .categoryLine .title{font-size:clamp(1rem,.7085rem + 1.435vw,2rem);color:var(--primary)}.gameSection .gameInner .categoryLine .advantecTitle{display:flex;align-items:center;justify-content:space-between}.gameSection .gameInner .categoryLine .advantecTitle a{color:var(--primary);font-size:1.5rem}.gameSection .gameInner .categoryLine .games{padding:33px 0 66px;display:flex;align-items:center;gap:20px;overflow-x:auto}.gameSection .gameInner .categoryLine .games .gameCardLoad{background-color:silver;animation:fadeInOut 1s infinite}@keyframes fadeInOut{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}