img.jobAssistance-img {
  width: 100%;
  height: 450px;
}
h1.jobAssistance-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: white;
  /* width: 500px; */
}
p.jobAssistance-para {
  color: white;
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  max-width: 1280px;
}
button.jobAssistance-btn {
  background: transparent;
  border: 1px solid white;
  border-radius: 8px;
  height: 40px;
  width: 180px;
  color: white;
  font-weight: 500;
}
div.jobAssistance-container {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.jobAssistance-textContainer {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 8px 4px;
  width: 100%;
}

/* screen size smaller than 540px */

@media screen and (max-width: 575px) {
  img.jobAssistance-img {
    width: 100vw;
    height: 300px;
  }
  h1.jobAssistance-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: white;
    line-height: 28px;
  }
  p.jobAssistance-para {
    color: white;
    font-family: "montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
  }
  button.jobAssistance-btn {
    background: transparent;
    border: 1px solid white;
    border-radius: 8px;
    color: white;
  }
  div.jobAssistance-container {
    position: relative;
  }
  div.jobAssistance-textContainer {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    padding: 8px 4px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  div.jobAssistance-textContainer {
    margin: 20px 0;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  div.jobAssistance-textContainer {
    margin: 20px 0;
    gap: 30px;
  }
}

@media screen and (min-width: 992px) {
  div.jobAssistance-textContainer {
    margin: 35px 0;
    gap: 40px;
  }
}
