.jobs-feature-container {
  background-position: center;
  background-size: cover;
  height: 95vh;
  max-height: 800px;
  width: 100%;
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
}

.jobs-feature-details {
  background-color: rgba(256, 256, 256, .9);
  padding: 25px 30px;
  width: 450px;
  position: absolute;
  right: 0;
  bottom: 100px;
}

.jobs-feature-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0D94D5;
}

.jobs-feature-name {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #003B7C;
}

.entry-content a.jobs-feature-cta {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #DC3C8E;
  border-bottom-color: #DC3C8E;
}

.entry-content a.jobs-feature-cta:hover {
  color: #0D94D5;
}