:root {
  --green: #b5dc79
}

#opportunities {
  background-color: rgba(209,204,189,0.3);
  min-height: 950px;
}

.opportunities-graphic {
	pointer-events: none;
	width: 100%;
	height: 63rem;
	top: -17rem;
	left: 50%;
	transform: scale(1.65) translate(-50%);
  opacity: 0.5;
  min-width: 1460px;
  max-width: 1460px;
}

.opportunities-content {
  border-top: 3px solid var(--green);
  margin-top: 2.5rem;
}

.filtered-inputs {
  background-color: rgba(140,131,123,0.65);
  /* mix-blend-mode: multiply; */
}

.job-list-item {
  border-bottom: 1px solid #8c837b
}

.job-list-item:last-child {
  border-bottom: none;
}

.single-job-details {
  border-left: 3px solid var(--green);
  padding-left: 1.25rem;
}