.hiring-container {
  padding-bottom: 140px;
}
.hiring-container h1 {
  font-size: 48px;
  font-family: Poppins, Poppins;
  font-weight: bold;
  color: #DF5149;
  line-height: 72px;
  text-align: center;
}
.hiring-container .tip {
  font-size: 26px;
  font-family: Poppins, Poppins;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 39px;
  margin-top: 40px;
  text-align: center;
}
.hiring-container h2 {
  font-size: 40px;
  font-family: Poppins, Poppins;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 39px;
  margin-top: 100px;
}
.hiring-container .hiring-list {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.hiring-container .hiring-list .hiring-item {
  margin-right: 53px;
  width: 400px;
  height: 224px;
  background: #24262E;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 32px;
}
.hiring-container .hiring-list .hiring-item .name {
  font-size: 28px;
  font-family: Poppins, Poppins;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 42px;
}
.hiring-container .hiring-list .hiring-item .tag {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.hiring-container .hiring-list .hiring-item .tag p {
  font-size: 18px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.hiring-container .hiring-list .hiring-item .tag img {
  width: 20px;
  height: 20px;
}