.wg-kv{
  background-color: #000036;
}

.wg-kv img{
  display: block;
  margin: 0 auto;
  max-width: 850px;
}

.wg-bg {
  margin-top: -8rem;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #000036 0%, #00598c 100%);
}


.wg-bg h1{
  color: #63fbd4;
  text-align: center;
}

.wg-bg h4{
  color: #c8fceb;
  margin-bottom: 2rem;
  text-align: center;
}

.wg-game, .wg-game2{
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wg-game {
  background-image: url(../img/warGame/wgbg01.jpg);
}

.wg-game2 {
  background-image: url(../img/warGame/wgbg02.jpg);
}

.wg-img{
  text-align: center;
  padding: 1rem 2.5rem;
}

.wg-card {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(99,251,212, 0.4);  
  background-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 10px 1px rgba(99,251,212, 0.3);
  backdrop-filter: blur(15px);
}

.wg-card h2{
  font-weight: 600;
  margin-bottom: 2rem;
  color: #6246ea;
}

.wg-time{
  border-left: 3px solid #e45858;
  padding-left: 20px;
}

.wg-time span{
  font-size: 24px;
  font-weight: 600;
  color: #e45858;
}

.wgLogo{
  max-width: 150px;
}

@media (max-width:768px) {
  .wg-img img{
    max-height: 450px;
  }
}