.registered-nurses-container .page-banner {
  background-color: #f2f9ff;
}

.nurses-register-now {
  display: flex;
  padding: 5.556vw 0 0 5.556vw;
  margin-bottom: 7.639vw;
  justify-content: space-around;
  align-items: center;
}

.registered-nurses-container .registered-nurses .section-header {
  margin: 0 0 1.667vw;
}

.registered-nurses-container .registered-nurses .section-description {
  margin-bottom: 2.222vw;
}

.nurses-register-now .section-left {
  margin: auto;
}

.dream-job .section-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  max-width: 749px;
}

.registered-nurses-container .registered-nurses {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .nurses-register-now {
    flex-direction: column;
    margin-bottom: 60px;
    padding: 40px 20px;
  }

  .nurses-register-now .section-left {
    width: 100%;
    height: 100%;
  }

  .nurses-register-now h2.text-left {
    text-align: center !important;
  }

  .nurses-register-now .section-description {
    text-align: center;
  }

  .registered-nurses-container .privilages-wrapper {
    justify-content: space-between !important;
  }

  .nurses-register-now .section-right {
    margin: auto;
    max-width: 500px;
    height: 100%;
  }

  .nurses-register-now .section-right img {
    width: 100%;
  }

  .dream-job .section-left {
    position: relative;
    width: 100%;
    max-width: 500px;
  }

  .registered-nurses-container .registered-nurses {
    margin-bottom: 0 !important;
  }

  .registered-nurses-container .registered-nurses .section-description {
    margin-bottom: 32px;
  }
}
