.subscribe-btn {
  display: none;
}

.function-select,
.experience-select {
  display: none;
}

.job-details {
  display: none;
}

.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: rgb(31, 33, 38);
}

.job {
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.job-wrapper .job {
  border: 1px solid #e7ecf1;
}

.job-wrapper .job:hover {
  background-color: #fff;
}

.job-wrapper .job:hover .title {
  opacity: 0.6;
}
