@charset "UTF-8";
/* CSS Document */
section {
  padding: 0 24px;
}
th,td{
  padding: 1em 8px;
}
.full-time tr{
  border-bottom: 1px dashed var(--green);
}
.full-time th {
  color: var(--green);
}
.part-time tr{
  border-bottom: 1px dashed var(--orange);
}
.part-time th {
  color: var(--orange);
}
.contact{
  text-align: center;
  margin-top: 80px;
}