.job-text {
  padding-top: 25px;
}

.job-text strong {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #575757;
  max-width: 350px;
  padding-bottom: 30px;
}

.job-text ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.job-text ul li {
  list-style: outside;
  margin-left: 20px;
}

.job-title h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #cd132d;
  margin-top: 30px;
}

.job-title p {
  margin-bottom: 20px !important;
}

.job-content-box p {
  padding-bottom: 60px;
}

/* .job-content-box ul {
  margin: 0;
  padding-bottom: 30px;
  list-style-type: none;
  padding-left: 0;
}

.job-content-box ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */

.job-memebers {
  padding-top: 140px;
  padding-bottom: 90px;
}

.job-memebers__member-bio p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #000;
}

.job-members__name {
  font-size: 26px !important;
  line-height: 26px !important;
  padding-top: 25px !important;
  padding-bottom: 5px !important;
  color: #929292 !important;
  font-weight: 300 !important;
  line-height: 36px !important;
}

.job-text-bottom a,
.job-text a {
  color: #cd132d;
  text-decoration: none;
  font-weight: 700;
}

/* .job-memebers__apply-box {
  background-color: #e0e2e4;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.job-memebers__apply-box img {
  height: 80px;
  margin-bottom: 20px;
  transition: 0.3s;
} */

.apply-btn {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #575757;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.apply-btn:visited {
  color: #fff;
}

.apply-btn:hover {
  border: 1px solid #575757;
  color: #575757;
  background-color: transparent;
}

.job-memebers__image img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.job-memebers__member-bio h3 {
  font-size: 36px;
  line-height: 26px;
  padding-top: 25px;
  color: #929292;
  font-weight: 300;
}

.job-memebers__member-bio p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
}

.job-memebers__sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  height: 100%;
}

.job-memebers__socials a {
  transition: 0.3s;
}

.job-memebers__socials a:hover {
  filter: invert(216%) sepia(135%) saturate(5000%) hue-rotate(0deg)
    brightness(77%) contrast(207%);
}

.job-title__back,
.job-title__back:visited {
  text-decoration: none;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
  margin-bottom: 60px;
  margin-top: 20px;
}

.job-title__back:hover {
  color: #cd132d;
}

.job-title__back:hover .blog-post__arrow--job-single {
  color: #cd132d;
}

.blog-post__arrow--job-single {
  padding-left: 0;
  padding-right: 10px;
  transition: 0.3s;
}

.job-title {
  padding: 25px;
  box-shadow: 0px 0px 5px -1px rgba(155, 155, 155, 0.75);
}

.job-single-logo img {
  height: 55px;
  object-fit: contain;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media only screen and (max-width: 1440px) {
  .single-content h1 {
    font-size: 66px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1400px) {
  .job-memebers__image img,
  .job-memebers__apply-box {
    height: auto;
  }

  .job-content-box p {
    padding-bottom: 40px;
  }

  .job-content-box ul {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .single-content h1 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .job-memebers {
    padding-top: 85px;
  }

  .job-memebers__apply-box,
  .job-memebers__image {
  }

  .job-memebers__image img,
  .job-memebers__apply-box {
    height: auto;
  }

  .job-content-box h2 {
    padding-bottom: 30px;
  }

  .job-content-box ul {
    padding-left: 0;
  }

  .job-content-box ul li::before {
    margin-left: 0;
  }

  .job-blog {
    padding-bottom: 40px;
  }

  .job-blog {
    padding-top: 60px;
  }

  .job-content-box p {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 767px) {
  .job-memebers__image img,
  .job-memebers__apply-box {
  }

  .job-memebers__apply-box,
  .job-memebers__image {
    margin-bottom: 0px;
  }

  .contact-media {
    padding-top: 30px;
  }

  .job-memebers {
    padding-bottom: 60px;
  }

  .single-content h1 {
    font-size: 40px;
    line-height: 43px;
  }

  .job-content-box p {
    padding-bottom: 30px;
  }

  .job-memebers__member-bio {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .job-text strong {
    font-size: 30px;
    line-height: 30px;
  }

  .job-text ul li::before {
    margin-left: 0;
  }
}
