.career-details h5 {
  color: var(--green-color);
}
.career-details p {
  line-height: 2.5;
  margin-bottom: 60px;
}
.career-details ul li {
  font-size: 15px;
  line-height: 1.73;
  margin: 11px 0;
  color: var(--grey-color);
  list-style: none;
}
.career-details ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--green-color);
  border-radius: 50%;
  margin-right: 15px;
}
.career-details .banner-breadcrumbs li::before {
  display: none;
}
.career-details-text .wpb_text_column {
  margin-bottom: 75px;
}
.career-details-text .wpb_text_column:last-child {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .career-details p {
    line-height: 2;
    margin-bottom: 40px;
  }
  .career-details-text .wpb_text_column {
    margin-bottom: 65px;
  }
  .career-details-text .wpb_text_column:last-child {
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .career-details p {
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .career-details-text .wpb_text_column {
    margin-bottom: 25px;
  }
  .career-details-text .wpb_text_column:last-child {
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=career-details.min.css.map */
