.matched-number-price {
  text-align: center;
  background: #3085d6;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.number-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.matched-number {
  display: grid;
  padding: 10px 0px;
  text-align: center;
  float: left;
  margin: 5px 8px 12px 11px;
  width: 278px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-family: Antiqua, "book antiqua";
  font-size: 24px;
  font-weight: bold;
}
.number {
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}
.matched-number-meta {
  font-weight: 600;
  color: #002aff;
}
@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;
  }
}
