.v8-games{color:var(--text-main)}.v8-games .section__title{margin-bottom:16px}.v8-games__description{margin-bottom:20px}.v8-games__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.v8-games .container,.v8-games__heading{display:-webkit-box;display:-ms-flexbox;display:flex}.v8-games .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v8-games__list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.v8-games__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--card-bg);border-radius:12px;color:var(--card-text);-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px;padding:16px;width:100%}.v8-games__card-img{border-radius:10px;height:64px;overflow:hidden;width:90px}.v8-games__card-img__content{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v8-games__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:16px;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1}.v8-games__card-info__title{font-size:24px;font-weight:600;line-height:130%}.v8-games__card-info__description{color:var(--card-text-secondary);font-size:16px;font-weight:400;line-height:150%}.v8-games__card-info__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}@media (max-width:1000px){.v8-games__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.v8-games__list{grid-template-columns:repeat(1,1fr)}.v8-games__card-info__title{font-size:20px;font-weight:600;line-height:140%}.v8-games__card-info__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}