.healthcare-facilities-container .page-banner {
  background-color: #f2f9ff;
}

ul.benefits-lists {
  padding-left: 0;
  list-style: none;
  margin: 0 0 2.778vw;
}

ul.benefits-lists li {
  font-family: "Urbanist-SemiBold";
  font-size: calc(14px + 2 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  display: flex;
  align-items: start;
  padding-bottom: 1.389vw;
}

ul.benefits-lists li:last-child {
  padding-bottom: 0;
}

ul.benefits-lists li span {
  padding-left: 1.111vw;
}

/* ul.benefits-lists li::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("/wp-content/themes/avatar/images/svg/list mark.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
} */

ul.benefits-lists li img {
  height: 18px;
  width: 18px;
  padding-top: 2px;
}


.healthcare-facilities-container .registered-nurses {
  background-color: #f2edff;
}

.healthcare-facilities-container .registered-nurses .section-left {
  width: 28%;
  max-width: 35.694vw;
  left: 4%;
}

.healthcare-facilities-container .registered-nurses .section-right {
  width: 56%;
}

.healthcare-facilities-container .features-section.benefits .cards {
  background-color: #fff;
}

.healthcare-facilities-container .features-section.benefits .cards p {
  margin: 0;
}

.healthcare-facilities-container .features-section.benefits .cards img {
  margin-bottom: 20px;
}

.healthcare-facilities-container .section-right .who-img-wrapper,
.nurses-register-now .who-img-wrapper {
  width: 47.222vw;
  padding-left: 4.167vw;
}

.healthcare-facilities-container .section-right .who-img-wrapper img,
.nurses-register-now .who-img-wrapper img {
  width: 100%;
  height: 100%;
}

.accreditions-wrapper {
  padding: 2.222vw 0;
}

.departments-wrapper,
.accreditions-wrapper {
  background-color: #fafafa;
}

.accredtions-img-wrapper {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accredtions-img-wrapper p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}

.accredtions-img-wrapper img {
  margin-bottom: 1.667vw;
  width: 10%;
  aspect-ratio: 3/2;
  object-fit: contain;
  max-width: 150px;
  min-width: 100px;
  height: auto;
}

.departments-wrapper {
  padding: 3.889vw 4.167vw 1.389vw;
  margin-bottom: 7.639vw;
}

.healthcare-facilities-container .blog-cards-wrapper .cards {
  background-color: transparent;
}

.healthcare-facilities-container .features-section .cards p {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .departments-wrapper {
    padding: 24px 0 0px;
    margin-bottom: 40px;
  }
  .healthcare-facilities-container .features-section.benefits .cards img {
    width: 50px;
  }

  .healthcare-facilities-container .section-right .who-img-wrapper {
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin-top: 40px;
  }

  ul.benefits-lists {
    margin: 0 0 30px;
  }

  .healthcare-facilities-container .who-description {
    margin-bottom: 20px;
  }

  ul.benefits-lists li {
    padding-bottom: 12px;
    font-size: 14px;
  }

  .healthcare-facilities-container .registered-nurses .section-left {
    width: 100%;
    max-width: 400px;
    left: auto;
  }

  .accredtions-img-wrapper img {
    margin: 20px;
  }

  .accredtions-img-wrapper p {
    max-width: 550px;
    margin: auto;
  }

  .elevate-career button {
    margin: auto !important;
  }

  .healthcare-facilities-container .registered-nurses .section-right {
    width: 100%;
  }

  .accredtions-img-wrapper {
    padding: 0 20px;
  }
  
  .healthcare-facilities-container .nurses-register-now .section-description {
    text-align: left !important;
  }
}

@media screen and (max-width: 450px) {
  .healthcare-facilities-container .features-section.benefits .cards {
    text-align: center;
  }

  ul.benefits-lists li span {
    padding-left: 6px;
  }
}

@media screen and (max-width: 350px) {
  .accredtions-img-wrapper {
    padding: 0;
  }

  .accredtions-img-wrapper img {
    margin: 10px;
  }
}

