section {
  padding: 100px 0;
}

table {
  width: 100%;
}

table th {
  width: 30%;
  padding: 10px;
  background-color: #ECF9E9;
  border-bottom: 1px solid #000;
}

table td {
  width: 70%;
  padding: 10px;
  border-bottom: 1px solid #000;
}

table tr:last-child th,
table tr:last-child td{
  border-bottom: none;
}

.recruit_cta {
  width: 300px;
  margin: 90px auto;
}

.recruit_cta a{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background-color: #595757;
  border: 1px solid #595757;
  font-weight: bold;
  font-size: 2rem;
}

.recruit_cta a:hover{
  background-color: #fff;
  color: #595757;
}