#footer_block {
  position: relative;
}
#footer_block #footer_logo {
  text-align: center;
}
#footer_block #footer_logo img {
  margin-right: 20px;
}
@media all and (max-width: 1000px) {
  #footer_block #footer_logo img {
    margin-right: 2vw;
    margin-bottom: 4vw;
    height: 5vw;
  }
}
#footer_block #footer_logo img:last-child {
  margin-right: 0px;
}
#footer_block #footer_text {
  width: 1000px;
  margin: 20px auto 0px;
  font-size: 12px;
  color: #808080;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  #footer_block #footer_text {
    width: 100%;
    margin: auto 0px;
    font-size: 2.4vw;
  }
}

.gsitefooter {
    color: #fffdf6 !important;
}

.gsitefooter__links {
  background: #6d6d6d !important;
}

.gsitefooter__logos {
    width: 250px;
    height: 42px;
    background: url(https://dlgarenanow-a.akamaihd.net/mgames/codm/footer/logo_light.png);
}
