.mobile-career {
    height: 136px;
    background: url("../../img/mobile/bg-career.png") 0 0 no-repeat;
    background-size: cover;
}

.mobile-career-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 18px;
}

.mobile-career-text {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    color: #222;
}

.mobile-career-link {
    padding: 8px 19px;
    min-width: 100px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.26);
    white-space: nowrap;
    background-color: #fff;
    color: #015DD1;
}

.mobile-career-link-img {
    width: 5px;
    vertical-align: top;
    margin-left: 3px;
}