body{
  height: 100vh;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.card-adjust {
  width: 50rem;
  display: inline-block;
  position: relative;
  padding: 1.3rem;
}

.adjustbox2 {
  margin-top: 0.6rem;
  padding: 1.3rem;
  width: 50%;
  display: inline-block;
  /* position: relative; */
  /* bottom: 0rem; */
  /* top: -0.3rem; */
  margin-bottom: 1.4rem;
}
.relative {
  position: relative;
}
.newcontainer{
  width:100%;
  display:inline-block;
  height:20rem;
  /* top:3rem; */
}

#jobs_content{
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media(max-width: 866px){
  .adjustbox2{
    padding: 0.5rem;
    width: 100%;
  }
}

@media(max-width: 610px){
  .newcontainer{
    display: none;
  }
}