.cvt-job {
  text-align: center;
  background: url('../assets/banners/pexels-anna-shvets-5325104 1.png'),
    rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  min-height: 40vh;
}

.job-desc {
  width: 100%;
}

.job-form {
  width: 100%;
  background-color: #f6f6f6;
  height: max-content;
  padding: 20px;
  border-radius: 10px;
}

@media screen and (min-width: 800px) {
  .cvt-job .content-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.25rem 0;
  }

  .cvt-job .section-heading {
    text-align: start;
    width: 80%;
    margin: unset;
  }

  .job-form {
    width: 40%;
  }

  .cvt-job-desc {
    flex-direction: row;
  }
}

ul li,
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
