p {
  font-size: 16px;
}

.listing {
  border: 1px solid #c7c7c7;
  margin-bottom: 30px;
}

.job-title {
  margin-top: 24px;
  color: var(--orange-one);
}

.sub-header {
  margin-bottom:15px;
}

i {
  margin-right: 10px;
}

#contact-button {
	display: block;
  margin: auto;
  width:200px;
  background: var(--orange-one);
  border: 2px solid var(--orange-one);
  opacity: 0.8;
  text-transform: lowercase;
  font-size: 14px;
  color: #fff;
}