/*body,html{
      width: 100%;
      height: 100%;
      margin: 0;
    }
#logo{
    width: 230px;
   	transition: 0.5s ease;
 }
.text-description{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.career{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}

.montserrat{
	font-family: 'Montserrat', sans-serif;
}
.hind-vadodara{
	font-family: "Hind Vadodara", sans-serif;
}
*/
ul.careers li{
  font-size: 20px;
}
.bg-header-careers{
    background-image: url('/assets/banner/careers.png');
    background-size: cover;
    width: 100%;
    background-position: center top; 
    background-repeat: no-repeat;
    height: 40%;
 }