.entry-button-box {
  margin-bottom: 50px;
  margin-top: 50px;
}

.entry-button-box .btn {
  max-width: 90vw;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  max-width: 500px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  border-radius: 50px;
  background: url(/images/icon_arrow-right-white.png?d28612b42c48782d325169e74904df93) no-repeat 90% center #00a087;
  background-size: 10px;
  margin: 0 auto;
  box-shadow: 0px 8px 0px 0px #005144;
  transition: 0.2s;
  cursor: pointer;
}

.entry-button-box .btn:hover {
  box-shadow: none;
  transform: translateY(8px);
}

.job__introductory {
  margin-bottom: 15px;
  font-weight: 400;
}

