 .career-wrapper

 {

    background: linear-gradient(275.89deg, #FFFFFF 12.47%, #EEF9FF 75.96%);

    padding-top:130px ;

 }

 

 .career-container h6

 {

    font-family: Inter;

    font-weight: 400;

    font-size: 24px;

    line-height: 34px;

    letter-spacing: 0%;

    color: #494949;

    text-align: center;

    display: flex

;

    align-items: start;

 }

 

 

 .career-container {

     display: flex;

     flex-direction: column;

     align-items: center;

     padding: 4.5rem 0;

     width: 100%;

 }

 .career-text

 {

     padding: 4.5rem 0;

     width: 100%;

     display: flex;

     flex-direction: column;

     /* align-items: center; */

     justify-content: center;

     height: 100%;

 }

  .career-text p{

 font-family: Inter;

    font-weight: 400;

    font-size: 18px;

    line-height: 30.6px;

    letter-spacing: 0%;

    color: #494949;

  }

 .career-container .form-label {

     font-family: Inter;

     font-weight: 400;

     font-size: 16px;

     line-height: 22.4px;

     letter-spacing: 0%;

     color: #1E1E1E;

 }



 .career-form-card {

     background-color: white;

     border-radius: 18px;

     border: 1px solid #dee2e6;

     padding: 2rem;

     align-items: center;



 }



 .career-btn-submit {

     background-color: #000;

     color: white;

     border: none;

     padding: 0.75rem;

     width: 50%;

     font-family: Inter;

     font-weight: 500;

     font-size: 16px;



     line-height: 20px;

     letter-spacing: 0%;





 }







 @media only screen and (max-width: 600px) {







     .career-container {



         padding: 1rem 0;



         width: 100%;

     }



      .career-text

 {

     padding: .8rem 0;

     width: 100%;

     display: flex;

     flex-direction: column;

     /* align-items: center; */

     justify-content: center;

     height: 100%;

 }

 }