
.career-wrapper
{
    height: 90vh;
    position: relative;
  display: flex;
align-items: center;
justify-content: center;
background-image: url("../images/Grid.png");
background-color: #F8F8F8;
}
.career-sec1
{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap:40px;
    padding: 60px 0px;
}
.career-sec1 p
{
    font-family: Golos Text;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:var(--blackish);
margin: 0%;

}

video {
    max-width: 100%;
    height: auto;
    display: block;
}


    @media only screen and (max-width: 770px) {
  .career-wrapper
  {
      height: fit-content;
      position: relative;
    display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0px 50px 0px;
  }
  .career-sec1
{
    
    padding: 25px 0px;
    gap:15px;
}
 

}