.container {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* Media query for mobile devices */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}

#need-job-slide-id {
    display: flex;
    flex-direction: column;
    margin-left: -3rem;
  }
  
  .need-job-icon-text {
    margin-bottom: 10px;
  }
  
  @media (max-width: 767px) {
    .need-job-icon-text {
      margin-bottom: 20px;
    }
  }
  
