.careers-page{
    padding:60px 0;
}

.careers-intro{
    margin-bottom:40px;
}

.section-tagline{
    color:#E00F0B;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title{
    font-size:48px;
    font-weight:700;
    margin:15px 0 20px;
}

.careers-text{
    max-width:850px;
    margin:0 auto;
    font-size:17px;
    line-height:32px;
    color:#666;
}

.career-box{
    background:#f8f8f8;
    padding:50px;
    border-radius:15px;
}

.career-feature{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    margin-bottom:30px;
    text-align:center;
    transition:all 0.4s ease;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    /*height:100%;*/
}

.career-feature:hover{
    transform:translateY(-8px);
}

.career-feature__icon{
    width:80px;
    height:80px;
    line-height:80px;
    margin:0 auto 20px;
    background:#E00F0B;
    border-radius:50%;
    color:#fff;
    font-size:30px;
}

.career-feature h4{
    font-size:22px;
    margin-bottom:15px;
    font-weight:600;
}

.career-feature p{
    color:#666;
    line-height:28px;
}

.job-card{
    display:flex;
    align-items:flex-start;
    gap:25px;
    background:#fff;
    padding:35px;
    border-radius:12px;
    margin-bottom:30px;
    box-shadow:0 5px 25px rgba(0,0,0,0.06);
    transition:all 0.4s ease;
    border-left:5px solid #E00F0B;
}

.job-card:hover{
    transform:translateY(-5px);
}

.job-card__icon{
    width:70px;
    height:70px;
    min-width:70px;
    line-height:70px;
    text-align:center;
    background:#E00F0B;
    color:#fff;
    border-radius:50%;
    font-size:28px;
}

.job-card__content h3{
    font-size:24px;
    margin-bottom:10px;
    font-weight:600;
}

.job-card__content p{
    color:#666;
    line-height:30px;
    margin:0;
}

.career-cta{
    background:#E00F0B;
    padding:70px 40px;
    border-radius:15px;
    color:#fff;
}

.career-cta h2{
    color:#fff;
    font-size:42px;
    margin-bottom:15px;
}

.career-cta p{
    color:#fff;
    max-width:700px;
    margin:0 auto 30px;
    line-height:30px;
}

.career-cta .thm-btn{
    background:#fff;
    color:#E00F0B;
}

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

.section-title{
    font-size:34px;
}

.career-box{
    padding:30px 20px;
}

.job-card{
    flex-direction:column;
}

.career-cta{
    padding:50px 20px;
}

.career-cta h2{
    font-size:30px;
}

}
