@media screen and (max-width:1024px){
.history-years-slider p{padding-bottom:30px;}
} .career-hero{
background-color:rgba(0,0,0,0.2);
}
.hero_background{
background-size:cover;
background-position:66% center;
}
.career-section{
padding-top:clamp(60px,4.6875vw,90px);
padding-bottom:clamp(60px,4.6875vw,90px);
}
header + .career-section{
margin-top:clamp(60px,4.6875vw,90px);
}
.career-section.career-benefits{
background-color:#1D1F2A;
color:#FFF;
}
.career-section h2{
font-weight:500;
font-size:45px;
line-height:1.1em;
margin-bottom:60px;
}
.career-section p,
.career-section ul{
font-size:clamp(18px,1.375vw,22px);
margin-bottom:60px;
}
ul.arrows-list{
padding-left:8%;
}
ul.arrows-list li{
display:flex;
gap:25px;
margin-bottom:40px;
}
ul.arrows-list li:before{
content:'';
display:block;
flex:0 0 13px;
height:1em;
background:transparent url(//phytronix.com/wp-content/themes/phytronix/images/chevron.svg) no-repeat scroll center center;
background-size:contain;
transform: translateY(0.23em);
}
.career-intro *:last-child{
margin-bottom:0;
}
.career-intro-inner{
max-width:830px;
}
ul.icons-list li{
display:flex;
align-items:center;
gap:25px;
margin-bottom:50px;
}
ul.icons-list li .icon-box{
display:block;
flex:0 0 clamp(50px,4.375vw,70px);
width:clamp(50px,4.375vw,70px);
background-color:#2CC84D;
border-radius:10px;
padding:10px;
position:relative;
aspect-ratio:1;
}
ul.icons-list li .icon-box img{
width:100%;
height:100%;
object-fit:contain;
object-position:center center;
}
@media screen and (min-width:1024px) and (max-width:1280px){
#header_menu .menu-item{
font-size:18px;
}
}
@media screen and (min-width:1200px){
ul.icons-list{
-webkit-columns:2;
-moz-columns:2;
columns:2;
gap:clamp(50px,4.375vw,70px);
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
break-inside:avoid;
}
}