.jobs-detail-container {
  margin-top: 70px;
  @media screen and (max-width: 1024px) {
    margin-top: 200px;
  }

  .jobs-detail-header {
    margin-block: 3rem 4rem;
  }

  .text-container {
    margin-block-end: 4rem;
  }

  .jobs-title {
    line-height: 1.2;
  }
}

.jobs-detail-container img {
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 70vh;
  width: 100%;
  border-radius: 3px;

  @media (max-width: 1024px) {
    height: auto;
  }
}
