h2 {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .header {
    display: none;
  }
  .main-content h2 {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    color: #fff;
  }
  .moving-text {
    margin-top: 29px;
    margin-bottom: 0px;
  }
}
