.node--type-job.node--view-mode-card {
  background: #FAF2EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 50px;
  border-radius: 10px;
}
.node--type-job.node--view-mode-card .title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
  background-color: #512851;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 13px;
}
.node--type-job.node--view-mode-card .title h3 {
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.node--type-job.node--view-mode-card .btn {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
/*# sourceMappingURL=job--card.css.map */
