.main-header__logo {
  width: 200px !important;
}
.main-header__logo img {
  width: 200px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.error-message {
  color: red;
}
.row-mb-50 {
  padding-bottom: 50px;
}
.row-service {
  align-items: center;
}
.row-service .cards {
  padding: 20px;
  color: #ffffff;
}
.row-service .cards h3 {
  font-size: 2.3rem;
  margin: 0;
}
.row-service .cards p {
  font-size: 1.2rem;
}
.gamesCard .game-card__text {
  margin-bottom: 20px;
}
.gamesCard .game-card__image img {
  width: 100%;
  border-radius: 20px;
}
.gamesCard .img {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gamesCard .img img {
  width: 160px;
  height: 45px;
}
.aboutUs .games-list__card {
  text-align: center;
  margin-bottom: 100px;
}
.aboutUs .games-list__card h3 {
  color: #ffffff;
  font-size: 2rem;
}
.aboutUs .games-list__card .active {
  display: inline-block;
  background-color: #908f8e;
  border-radius: 20px;
  padding: 10px 40px;
}
.text-title strong {
  font-size: 1.5rem;
}
.footerBox {
  margin-top: 50px;
  font-size: 18px;
  /* 左侧部分 */
  /* 右侧导航 */
  /* 底部版权 */
}
.footerBox .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footerBox .footer-left {
  max-width: 300px;
}
.footerBox .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footerBox .footer-logo img {
  width: 150px;
}
.footerBox .footer-logo h3 {
  margin: 0;
  font-size: 20px;
}
.footerBox .footer-contact {
  font-size: 16px;
  line-height: 1.8;
}
.footerBox .footer-contact i {
  margin-right: 6px;
}
.footerBox .footer-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerBox .footer-right ul li {
  margin-bottom: 10px;
}
.footerBox .footer-right ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}
.footerBox .footer-right ul li a:hover {
  color: #fff;
}
.footerBox .footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  color: #ffffff;
  border-top: 1px solid #333;
  padding-top: 15px;
}
.footerBox .footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
  transition: 0.3s;
}
.footerBox .footer-bottom a:hover {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */