@media (min-width:320px) and (max-width: 601px) {
    .career__banner__text h1{
        font-size: 1.7rem !important;
        font-weight: 600;
       
    }
    .career__banner__text h3{
        font-size: 1rem !important;
        font-weight: 600;
       
    }
    .career__bottom__banner__text {
        display: flex;
        flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
        width: 80% ;
        width: 80% ;
   }
    .career__bottom__banner__text h1{
         font-size: 1.2rem !important;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .career__bottom__banner__text a{
        font-size: 1rem !important;
        padding: 1px 10px;
       margin-top: 0;
   }
   .career__banner img{
    width: 100%;
    min-height: 150px;
}
.career__bottom__banner img{
  width: 100%;
  min-height: 150px;
}
   
}

@media (min-width:602px) and (max-width: 900px){
  
   
    .career__bottom__banner__text {
        display: flex;
        flex-direction: column;
      text-align: center;
      justify-content: center;
      text-align: center;
      align-items: center;
        width: 80% ;
   }
    .career__bottom__banner__text h1{
         font-size: 2.3rem !important;
        margin-bottom: 0;
    }
    .career__bottom__banner__text a{
        font-size: 1.4rem !important;
        padding: 3px 14px;
       margin-top: 0;
   }
}
@media (min-width:320px) and (max-width:768px){
    .career__body__text h1{
        font-size:1.5rem !important ;
    } 
    .career__body__text p{
        font-size:.8rem !important ;
    } 
    .career__body__text a{
        font-size:.8rem !important ;
        padding-top: 2px;
        padding-bottom: 3px;
    } 
    .career__body1{
        display: flex;
        flex-direction: column-reverse !important;
        align-items: center;
        text-align: left;
        justify-content: center;
        width: 95vw !important;
    }
    .career__body__text{
        width: 95% !important;
    }
    .career__body img{
        width: 90% !important;
    }
    .career__body2{
        display: flex;
        flex-direction: column-reverse !important;
        align-items: center;
        text-align: left;
        justify-content: center;
        width: 95vw !important;
    }
    .career__body3{
        display: flex;
        flex-direction: column-reverse !important;
        align-items: center;
        text-align: left;
        justify-content: center;
        width: 95vw !important;
    }
}


@media (min-width:768px) and (max-width:1024px){
    .career__body__text h1{
        font-size:1.5rem !important ;
    } 
    .career__body__text p{
        font-size:.8rem !important ;
    } 
    .career__body__text a{
        font-size:.8rem !important ;
        padding-top: 2px;
        padding-bottom: 3px;
    } 
}


/* Page Styling */
.career__banner{
    position: relative;
}
.career__banner img{
    width: 100%;
    height: auto;
}

.career__banner__text{
    position: absolute;
    text-align: center;
    color: #FC766A;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.career__banner__text h1{
    font-size: 3.5rem;
    font-weight: 700;
   
}
/* Career Body Start */
.career{
    background-color: rgb(250, 253, 255);
    padding: 3% 5%;
    display: flex;
    flex-direction: column;
}
.career__body img{
    width: 48%;
    height: auto;
    margin-right: 1rem;
}

.career__body__text{
    width: 48%;
    
}
.career__body__text h1{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
    
}

.career__body1 {
   display: flex;
   flex-direction: row;
   align-items:flex-start;
   justify-content:space-between;
   margin-bottom: 2rem;


}
.career__body1 a {
  background-color: #FC766A;
  color: white;
 margin-bottom: 1rem;

 }
 .career__body1 a:hover {
    background-color: #FC766A;
    color: rgb(0, 0, 0);
}
.career__body2 {
    display: flex;
    flex-direction: row-reverse;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom: 2rem;
 }
 .career__body2 a{
    color: #FC766A;
    text-decoration: none;
   }
   .career__body2 a:hover{
       color: #48ff00;
       
   }
.career__body3 {
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content:space-between;

 }
 .career__body3 a{
    color: #FC766A;
    text-decoration: none;
   }
   .career__body3 a:hover{
       color: #48ff00;
       
   }

/* Career Body End */


/* Career Bottom Banner */

.career__bottom__banner{
    position: relative;
}
.career__bottom__banner img{
    width: 100%;
    height: auto;
    aspect-ratio: initial;
}

.career__bottom__banner__text{
    position: absolute;
    text-align: left;
    color: #FC766A;
    z-index: 111;
    top: 15%;
    left: 8%;
    transform: translate(-0%, -0%);
    
}
.career__bottom__banner__text h1{
    font-size: 3rem;
    font-weight: 700;
   
}
.career__bottom__banner__text a{
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    background-color: #FC766A;
   
}
.career__bottom__banner__text a:hover{
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(0, 0, 0);
    background-color: #FC766A;
   
}