#logo h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.abouts img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin: 20px 0;
}
.coreBox .col-md-3 {
  margin-bottom: 50px;
}
.coreBox h2 {
  margin-bottom: 20px;
}
.coreBox .cards {
  text-align: left;
  padding: 20px;
  border: 1px solid #ffffff;
  height: 100%;
  position: relative;
}
.coreBox .cards img {
  width: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.coreBox .cards h3 {
  margin: 20px 0;
  display: inline-block;
  padding: 20px 0 10px;
  border-bottom: 1px solid #ffffff;
}
.coreBox1 .col-md-6 {
  margin-bottom: 50px;
}
.coreBox1 .cards {
  text-align: center;
  padding: 20px;
  border: 1px solid #ffffff;
  height: 100%;
  position: relative;
}
.coreBox1 .cards img {
  width: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.coreBox1 .cards h3 {
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
}
.cardItem {
  text-align: center;
  margin-top: 30px;
}
.cardItem .cardBox {
  margin: 0 auto;
  max-width: 500px;
}
.cardItem .cardBox a {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #bc0012;
}
.coreBox2 .col-md-4 {
  margin-bottom: 20px;
}
.coreBox2 .cards {
  text-align: left;
  padding: 20px;
  border: 1px solid #ffffff;
  height: 100%;
  position: relative;
}
.coreBox2 .cards img {
  width: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.coreBox2 .cards h3 {
  font-weight: bold;
}
.imageBox img {
  width: 100%;
  height: 100%;
}
.nativeIcon {
  display: block;
  max-width: 300px;
  position: relative;
}
.game-card .game-card-left img {
  border-radius: 40px;
}
.coreBox3 .cards {
  text-align: center;
}
.coreBox3 .cards img {
  margin-bottom: 10px;
  width: 70px;
  position: relative !important;
  left: auto;
  top: auto;
  transform: none !important;
}
.title-text h4 {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 20px 0;
}
/*# sourceMappingURL=style.css.map */