.page-template-page-jobs {
  background-color: rgba(112, 115, 128, 0.09);
}

.jobs {
  padding: 100px 0;
}

.jobs__list {
  padding-left: 0;
  list-style: none;
}

@media(min-width: 1000px) {
  .jobs__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }
}

.jobs__list-item {
  text-align: center;
  margin-bottom: 20px;
}

@media(min-width: 1000px) {
  .jobs__list-item {
    flex: 0 0 33.333333%;
    overflow: hidden;
  }
}

.jobs__list-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.jobs__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.jobs__excerpt {
  margin-bottom: 30px;
}

.jobs__button-row {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.jobs__button-row .jobs__button:not(:last-child) {
  margin-right: 20px;
}

.jobs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none !important;
  background-color: rgba(112, 115, 128, 1);
  border-radius: 5px;
  color: #fff !important;
  padding: 15px 20px;
  transition: all 0.3s;
}

.jobs__excerpt + .jobs__button {
  margin-top: auto;
}

.jobs__button:hover {
  background-color: #000;
}

.jobs__button-icon {
  width: 1em;
  height: 1em;
  margin-left: 10px;
}

.jobs__single-title {
  font-size: 2rem;
  margin-bottom: 1em;
}

.jobs__content p:not(:last-child) {
  margin-bottom: 1em;
}