/*==================================
CAREERS INTRO
==================================*/

.careers-intro img{

    border-radius:16px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.careers-intro h2{

    margin:20px 0;

}

.careers-intro p{

    margin-bottom:20px;

    line-height:1.9;

}

/*==================================
OPPORTUNITIES
==================================*/

.careers-opportunities{

    background:#f8f9fa;

}

.career-card{

    height:100%;

    padding:40px 30px;

    background:#fff;

    border-radius:15px;

    text-align:center;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.career-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.career-card i{

    font-size:42px;

    color:var(--primary);

    margin-bottom:20px;

}

.career-card h4{

    margin:0;

    color:var(--secondary);

}

.career-note{

    margin-top:60px;

}

.career-note p{

    max-width:700px;

    margin:auto;

    color:#6c757d;

    line-height:1.8;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

    .careers-intro img{

        margin-bottom:30px;

    }

}