.xgh_footerText {
  height: 65px;
  font-size: 16px;
  color: #FFFFFF;
  background: #2A3540;
  text-align: center;
  line-height: 65px;
}

.xgh_footerText a {
  color: #fff;
}

.gml_title {
  display: flex;
  justify-content: center;
}

.footerContainer {
  width: 1340px;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 750px) {
  .footerContainer {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .footerContainer {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .footerContainer {
    width: 300px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .xgh_footerText {
    font-size: 14px;
  }
  .xgh_footerText span {
    display: inline-block;
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .xgh_footerText span a {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .xgh_footerText {
    font-size: 12px;
  }
  .xgh_footerText span {
    display: inline-block;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .xgh_footerText span a {
    color: #fff;
  }
}

@media screen and (max-width: 575px) {
  .xgh_footerText {
    font-size: 12px;
  }
  .xgh_footerText span {
    display: inline-block;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .xgh_footerText span a {
    color: #fff;
  }
}

@media screen and (max-width: 575px) {
  .xgh_footerText {
    font-size: 12px;
  }
  .xgh_footerText span {
    display: inline-block;
    width: 325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
