h1,
h2 {
  margin: 0;
}

#Recruit {
  margin: 5% 0;
}

.Recruit-title h2 {
  font-size: 35px;
  font-weight: bold;
  background: linear-gradient(90deg, #F5CBA2, #F8DEAB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 2% 5%;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  padding: 8px 16px;
  font-family: sans-serif;
  width: 1100px;
  height: 50px;
  margin: 30px auto;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1);
}

#Beginner .banner {
  background: linear-gradient(90deg, #FFD8B9 20%, #FEE5B7 40%, #E4EBCD 75%, #D7EBD9 100%);
}

#Career .banner {
  background: linear-gradient(90deg, #FFD8B9 30%, #FFE6B4);
}


.badge {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0px;
  margin-right: 2%;
  border-radius: 100px;
  width: 160px;
  text-align: center;
}

.banner .text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 100%;
}

.banner img {
  width: 40px;
  justify-content: right;
}

#Text {
  margin: 9% 0 0 5%;
}

#Text h2 {
  font-size: 30px;
}

.ColorfulTitle {
  background: linear-gradient(90deg, #FCD9BE 0%, #FEE5B7 20%, #E4EBCD 35%, #D7EBD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 85px;
  font-style: italic;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  #TopView-Text {
    top: 69%;
  }

  .Recruit-title {
    margin-top: 15%;
  }

  .Recruit-title h2 {
    font-size: 25px;
  }

  .badge {
    display: none;
  }

  .banner {
    width: 330px;
    height: 40px;
    margin: 15px auto;
  }

  .banner .text {
    font-size: 14px;
    margin-left: 5%;
  }

  .banner img {
    width: 30px;
    margin-right: 5%;
  }

  .ColorfulTitle {
    font-size: 45px;
  }

  #Text {
    margin: 20% 0 7% 3%;
  }

  #Text h2 {
    font-size: 27px;
  }
}