*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} 





/* Basic styling */
 


  
.CareerBG{
  height: 450px;
  width: 100%;
  background-image: url(https://img.freepik.com/free-photo/hiring-concept-with-empty-chair_23-2149519862.jpg?w=740&t=st=1702645478~exp=1702646078~hmac=52ad701ddfdcbe6ab83b5c4375d6e3c24f8c3a81f5829bb0116e08b560b3511f);
  background-size: cover;
  position: relative;
 overflow: hidden;


}
   
   
  

  @media only screen and (max-width: 769px) {
    .mainnave {
     height: 250px;  
     width: 100%;
     
   }

  }