/*-- CAREER ONLY: START
================================================== */
/* CAREER HEADER :START */

.career-header-wrapper img{
 max-width: 100%; 
}

/* CAREER HEADER :END */

/* CAREER INTRO :START */
.career-full-text-section{
  padding: 100px 200px;
  height: auto;
}
.career-text-discription{
  /* font-size: 1.125em !important; */
}.career-text-discription p{  font-size: 1.125em !important;}
/* CAREER INTRO :START */
/* CAREER GRAY SECTION :START */
.career-gray-wrapper{
}
.career-gray-wrapper img{
  max-width: 100%;
}
/* CAREER GRAY SECTION :END */
/* CAREER SINGLE SECTION :START */
.career-single-text-section{
 height: auto;
}
.career-single-text-section .content-wrapper{ padding: 60px 50px;
}
.career-single-text-section img{
  max-width: 100%;
 }
/* CAREER SINGLE SECTION :END */
/* MEDIA QUERY :START */
@media only screen and (min-width:1025px) and (max-width:1279px){
  .career-full-text-section{padding: 100px 15%;
  }
}
@media only screen and (min-width:992px) and (max-width:1024px){
  .career-full-text-section{
    padding: 100px 15%;
  }
}
@media only screen and (min-width:768px) and (max-width:991px){
  .career-full-text-section{
    padding: 55px 100px;
  }
}
@media only screen and (min-width:100px) and (max-width:767px){
  .career-screen .nav-site-header{
    background-color: #1eafff;
    top: 0;
  }
  .career-header-wrapper{
    margin-top: 110px;
  }
  .career-full-text-section{
    padding: 80px 20px;
  }
  .career-single-text-section .content-wrapper{
    padding: 60px 50px;
  }
}
/* MEDIA QUERY :END */
