.main-container {
}

.header-container {
    background-image: url("https://cdn.livhospital.com/doctorHeaderBack.webp");
    width: 100vw;
    height: 300rem !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.path-top {
  padding-top: 130rem;
  padding-left: 112rem;
  display: flex;
  align-items: center;
}

.homeButton {
  width: 16rem;
  height: 16rem;
}

.path-ok {
  margin-left: 10rem;
  width: 16rem;
  height: 16rem;
}

.path-text {
  font-size: 12rem;
  font-weight: 500;
  line-height: 20rem;
  text-decoration: underline;
  color: #fff;
  margin-left: 10rem;
  cursor: pointer;
}

.header-text-title {
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding-top: 15rem;
  font-size: 40rem;
  min-width: max-content;
  line-height: 1.5;
}

.video-container {
  padding: 48rem 112rem;
}

.video-container h2 {
  color: #0b4873;
  font-family: Gotham Bold, sans-serif;
  font-size: 32rem;
  font-weight: 700;
}

.video-container p {
  color: #212529;
  font-family: Gotham Book, sans-serif;
  font-size: 20rem;
  font-weight: 300;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.jobs-container {
  padding: 0 112rem;
}

.jobs-category {
  display: flex;
  align-items: center;
  gap: 40rem;
  padding: 24rem 0;
}

.jobs-container h3 {
  color: #057dab;
  font-family: Gotham Bold, sans-serif;
  font-size: 22rem;
  font-weight: 700;
  margin: 0;
}

.jobs-category h3 {
  white-space: nowrap;
}

.jobs-category hr {
  flex: 1;
  margin: 0;
  height: 1.5px;
  background-color: #c5c5c5;
  border: none;
}

.video-row {
  display: flex;
  justify-content: center;
  gap: 8rem;
  padding-top: 8rem;
  padding: 8rem 40rem 0 40rem;
  text-align: center;
  flex-wrap: nowrap;
}

.video-wrapper {
  flex: 1 1 300px;
  max-width: 30%;
}

iframe {
  width: 100%;
  height: 224rem;
}

.jobs-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 24px;
  justify-content: flex-start;
}

.jobs-card {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
  box-sizing: border-box;
  min-height: 150px;
  border: 0.5px solid #c5c5c5;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.361);
  padding: 16px;
  padding-bottom: 24px;
  text-align: center;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: space-between;
}

.jobs-card:hover {
  background-color: #eefaff;
}

.jobs-card a:hover {
  background-color: #fff !important;
  color: #057dab !important;
}

.jobs-card h4 {
  font-weight: 600;
  font-size: 20rem;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.jobs-card div {
  display: flex;
  text-align: center;
  justify-content: center;
}

.jobs-card a {
  display: flex;
  background-color: #057dab;
  border-color: #057dab;
  box-shadow: -0.418px 2.971px 7px 0 rgba(0, 0, 0, 0.18);
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #057dab;
  font-family: Gotham Bold, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  max-width: 210px;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  padding: 6px 12px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .jobs-card {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }

  .jobs-container {
    padding: 0 48rem;
  }

  .video-wrapper {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .jobs-card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }

  .jobs-container {
    padding: 0 24rem;
  }

  .video-wrapper {
    max-width: 100%;
  }

  .video-row {
    padding: 8rem 16rem 0 16rem;
  }

  .video-container h2 {
    font-size: 26rem;
  }

  .video-container p {
    font-size: 18rem;
  }

  .header-text-title {
    font-size: 28rem;
    padding-top: 12rem;
  }
}
