.games-2__title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .games-2__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
  }
}
.games-2__wrap {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .games-2__wrap {
    grid-gap: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .games-2__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 990px) {
  .games-2__wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 0 20px;
  }
}
.games-2 ::-webkit-scrollbar {
  background: transparent;
  display: none;
}
.games-2 ::-webkit-scrollbar-thumb {
  background: transparent;
  display: none;
}
.games-2__box {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
  padding: 15px 0;
  border-radius: 16px;
}
@media (max-width: 1400px) {
  .games-2__box {
    padding: 10px 0;
  }
}
.games-2__box img, .games-2__box svg {
  margin-bottom: 10px;
}
.games-2__box span {
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;
}

.games-bottom-2 {
  height: 430px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  padding: 50px;
}
@media (max-width: 990px) {
  .games-bottom-2 {
    padding: 25px 20px;
    height: 225px;
  }
}
.games-bottom-2__img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.games-bottom-2 p, .games-bottom-2 a {
  position: relative;
  z-index: 2;
}
.games-bottom-2__title {
  font-size: 96px;
  line-height: 117px;
  text-transform: uppercase;
  max-width: 475px;
  color: #F5C344;
}
@media (max-width: 990px) {
  .games-bottom-2__title {
    font-size: 32px;
    line-height: 39px;
  }
}
.games-bottom-2__text {
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #F5C344;
}
@media (max-width: 990px) {
  .games-bottom-2__text {
    font-size: 32px;
    line-height: 39px;
  }
}
.games-bottom-2__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29);
  border-radius: 8px;
  background: radial-gradient(69.81% 50% at 50% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #A21E1E;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
@media (max-width: 990px) {
  .games-bottom-2__btn {
    padding: 6px 15px;
  }
}

/*# sourceMappingURL=games.css.map */
