#careers{
    padding: 50px 0;
}

#careers .header{
    text-align: center;
    margin-bottom: 50px;
}

#careers h2{
    font-size: 32px;
    line-height: 45px;
    font-weight: 900;
}

#careers .header p{
    text-align: center;
}

#careers .wrap h3{
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
    margin-bottom: 15px;
}

#careers .top{
    display: flex;
}

#careers .meta{
    display: flex;
}

#careers .meta span{
    margin-right: 10px;
    font-weight: 700;
}

#careers .meta a{
    color: #295B4E;
}

#careers .location{
    margin-right: 15px;
}

#careers .info{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px
}

#careers .desc p{
    color: #111111;
}

#careers .click{
    margin-top: 30px;
}

@media(max-width:576px){
    #careers .btn{
        width: 100%;
    }
    
    #careers .btn:first-of-type{
        margin-bottom: 10px;
    }
}