.ny_text_box {
  color: #fff !important;
}

.join_us h4 {
  margin: 0 0 .75rem 0;
  text-align: center;
  font-weight: bold;
}

.join_usbox {
  padding: 1.25rem 0 1.5rem 0;
  background-color: #F5F8FB;
}

form input {
  padding: .375rem .75rem;
  width: 75%;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 10px;
}

form button {
  width: 20%;
  border: none;
  color: #fff;
  background: #F58331;
  border-radius: 10px;
}

.listtit {
  display: flex;
  margin: .625rem 0 !important;
}

.listtit li {
  width: 20%;
  text-align: center;
}

.item_box li {
  line-height: .75rem;
}

.item_box li a {
  display: flex;
}

.item_box li a div {
  width: 20%;
  text-align: center;
}

.item_box {
  padding: .625rem 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.item_box li a div:last-child {
  color: #F58331;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
  .item_box li {
    line-height: 1.5;
  }

  .join_usbox {
    padding: 20px 0;
  }

  .join_us h4 {
    margin: 0 0 20px 0;
  }

  .listtit {
    margin: 15px 0 !important;
  }

  .item_box {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}