
/*Career page designs*/
.hb-job-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 30%;
    padding: 2rem;
    margin: 1rem;
    box-shadow: 0px 20px 60px -30px rgb(0 0 0 / 45%);
    border: 0;
    min-height: 250px;
    text-align: center;
}


    .hb-job-item a.hb-job-txt {
        color: inherit!important;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }


    .hb-job-item .hb-apl-btn {
        border-radius: 2px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }
        .hb-job-item .hb-apl-btn:after {
            font-family: Unicons !important;
            content: "\e9d2";
            margin-left: .25rem;
        }
.item-inner.close {
    text-align: start;
}

/*Career page designs end here*/