.jobs-feed {
  background-color: #1E2133;
  padding: 50px 0 60px;
}

.jobs-feed::before {
  content: "";
  display: block;
  position: absolute;
  top: 340px;
  left: 0;
  right: 0;
  height: 740px;
  background: url("../../../images/block/slt-jobs/ellipse-top.svg") center top / cover no-repeat;
  z-index: 1;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.jobs-feed > .container {
  z-index: 10;
  position: relative;
}

.jobs-feed .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}

.jobs-feed .main-description {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.jobs-feed .main-description a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.jobs-feed .job-list {
  margin-top: 24px;
}

.job-card {
  border-radius: 30px;
  border: 1px solid #C8C8C8;
  background: #FFF;
  overflow: hidden;
  max-width: 536px;
  margin: 0 auto;
}

.job-card .card-header {
  padding: 23px 23px 20px;
}

.job-card .card-body {
  margin-top: 10px;
}

.job-card .card-body,
.job-card .card-footer {
  padding: 20px 23px;
}

.job-card h2 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-card h3 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.job-card .description {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 10px 0 10px;
  display: block;
}

.job-card .btn-apply {
  color: #1E2133;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 23px;
}

.job-card .btn-outline-dark {
  display: inline-flex;
  color: #000;
  margin-right: 3px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 5px 10px;
  margin-bottom: 6px;
  max-width: 200px;
  cursor: default;
}

.jobs-feed .job-card .card-body {
  min-height: unset;
}

.jobs-feed .job-card .card-body .make_short {
  height: 36px;
}

.job-card .btn-outline-dark:not(.job-location) img {
  margin-right: 4px;
}

.job-card .btn-outline-dark:hover,
.job-card .btn-outline-dark:focus,
.job-card .btn-outline-dark span:active {
  background: #fff;
  color: #000;
  cursor: default;
}

@media (min-width: 768px) {
  .jobs-feed .job-list {
    margin-top: 60px;
  }

  .jobs-feed .title {
    color: #FFF;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.66px;
  }

  .jobs-feed .main-description {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .job-card .description {
    min-height: 103px;
  }
}

@media (min-width: 992px) {
  .job-card .description {
    min-height: 63px;
  }
}
