#top_dream {
  position: relative;
}

#top_dream ul,
#top_dream h3,
#top_dream h4,
#top_dream p {
  /* margin: 0; */
}

#top_dream ul,
#top_dream li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#top_dream .top_dream-wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 83px 0 168px;
  text-align: center;
}
#top_dream .z-2{
  position: relative;
  z-index: 2;
}
#top_dream .dream-box {
  margin-bottom: 23px;
}

#top_dream .dream-box h4 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 0 1px #0055a7, 0 0 3px #0055a7, 0 0 6px #0055a7, 0 0 10px #0055a7, 0 0 20px #0055a7, 0 0 1px #0055a7, 0 0 3px #0055a7, 0 0 6px #0055a7, 0 0 10px #0055a7, 0 0 20px #0055a7;
  padding-bottom: 36px;
}

#top_dream .dream-box h4 span {
  font-family: 'Oswald';
}

#top_dream .second h4 {
  padding-top: 70px;
}

#top_dream .racers-flex {
  display: flex;
  justify-content: center;
  gap: 18px;
}

#top_dream .racer-img img {
  width: 100%;
}

#top_dream .top-btn-link {
  display: inline-block;
}

@media (max-width: 1199px) {
  #top_dream img {
    width: 100%;
  }

  #top_dream .top_dream-wrapper {
    padding: 8% 0 16%;
    overflow: hidden;
  }

  #top_dream .dream-box {
    margin-bottom: 2%;
  }

  #top_dream .dream-box.first {
    margin-top: -8%;
  }

  #top_dream .dream-box.first,
  #top_dream .dream-box.second {
    padding: 0 4%;
  }

  #top_dream .top-title {
    margin-bottom: 26%;
  }

  #top_dream .second h4 {
    padding-top: 7%;
  }


  #top_dream .dream-box h4 {
    margin: auto;
    margin-bottom: 0;
  }

  #top_dream .dream-box.first h4,
  #top_dream .dream-box.second h4 {
    width: 62%;
    padding-bottom: 2%;
  }

  #top_dream .racers-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    padding-inline: 4%;
  }

  #top_dream .racers-flex .racer {
    width: calc(33% - 1.2vw);
    max-width: 350px;
  }

  #top_dream .top-btn-link {
    max-width: none;
    width: 66vw;
  }
}

@media (max-width: 767px) {
  #top_dream .top-title {
    margin-bottom: 25%;
  }

  #top_dream .top_dream-wrapper {
    padding: 8% 0 23%;
  }

  #top_dream .dream-box.first h4,
  #top_dream .dream-box.second h4 {
    width: 71%;
    padding-bottom: 2%;
  }

  #top_dream .racers-flex {
    padding-inline: 2%;
  }
}

@media (max-width: 499px) {
  #top_dream .top-title {
    margin-bottom: 17%;
  }

  #top_dream .second h4 {
    padding-top: 2%;
  }

  #top_dream .top_dream-wrapper {
    padding: 8% 0 16%;
  }
}