@media (min-width: 1440px){
  
}
@media (min-width: 1600px){

}

@media (min-width: 1850px){

}

@media (min-width: 2000px){

}
@media (max-width: 1366px){

}
@media (max-width: 1024px) and (min-width: 981px){
.nice-select {
    width: 180px;
}
section.career-banner .job-filters select, section.career-banner .job-filters input{
    width: 100%;
}
}
@media (max-width: 980px){
section.career-banner.section-gap {
    padding-top: 110px;
}
section.career-banner .job-filters form{
    gap: 0.5rem;
}
section.career-banner .job-filters select, section.career-banner .job-filters input {
    width: 100%;
    padding-right: 10px;
    text-indent: 0;
}
.nice-select {
    width: 132px;
    text-indent: 0px;
}
.tj-primary-btn{
    font-size: 14px;
    padding: 5px 5px 5px 15px;
}
section.permanent-roles .permanent-content{
    padding-right: 5%;
}
}
@media (max-width: 540px){
section.career-banner.section-gap {
    padding-top: 100px;
}
h1 {
        font-size: 35px;
    }
    section.career-banner p.roles {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
    section.career-banner .job-filters form {
        gap: 0.5rem;
        flex-wrap: wrap;
    }
    .select-filters {
    width: 100%;
}
.select-filters input{
    font-size: 14px !important;
}
    .select-filters input::placeholder{
    font-size: 14px !important;
}
.nice-select {
        width: 100%;
        text-indent: 0px;
    }
    .tj-primary-btn{
        width:100%;
    }
    section.jobs-info h2{
        text-align: center;
    }
    section.jobs-info .post p, section.jobs-info .job-state{
    font-size: 16px;
    }
    section.jobs-info ul li{
        gap:10px;
    }
       section.permanent-roles .permanent-content {
        padding-right: 12px;
        width: 100%;
    }
    section.permanent-roles .permanent-images{
        width:100%;
    }
    section.permanent-roles .row{
        flex-direction: column-reverse;
        gap:20px;
    }
    
section.permanent-roles img {
    width: 100%;
    height: auto;
}
}
@media (max-width: 384px){
     
}