.jobs .item h3 {
    text-align: left;
    direction: ltr;
    font-weight: bold;
}
.jobs .item p {
    text-align: left;
    direction: ltr;
}

.jobs .item .link a:after {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 12px;
    margin: 0 15px 0px 0px;
    background: url(../images/careers/arrow2.svg) no-repeat left top;
    transform: rotate(
            0deg
    );
    float: right;
}

.jobs .item .link a:hover:after {
    background: url(../images/careers/arrow3.svg) no-repeat left top;
}
.jobs .item .link a {
    left: 23px;
}
.homejobs {
    color: #fff;
}
.jobs.homejobs .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 290px;
    height: 270px;
    padding: 29px 22px 0 22px;
    margin: 0 0px 0 0;
    /* border-right: 2px solid #727272; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background: rgba(255, 255, 255, 0.8); */
    margin-bottom: 15px;
}
.jobs.homejobs .item h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: left;
}
.jobs.homejobs .item .link a:after {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 12px;
    margin: 0 15px 0px 0px;
    background: url(../images/careers/arrow-purple.svg) no-repeat left top;
    transform: rotate(0deg);
    float: right;
}
.jobs.homejobs .item .link a:hover {
    color: #fff;
    background-color: #9241a0;
}
.jobs.homejobs .item .link a:hover:after {
    background: url(../images/careers/arrow3.svg) no-repeat left top;
}
.jobs.homejobs .item .link a {
    color: #9241a0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: 23px;
    bottom: 30px;
    width: 138px;
    height: 48px;
    padding: 14px 0 0 0;
    border: 0px solid #9241a0;
    transition: all .2s ease;
}
.prev {
    display: block;
    position: absolute;
    z-index: 1000;
    top:50%;
    left: -15px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #732B8F;
    cursor: pointer;
}

.next {
    display: block;
    position: absolute;
    right: -25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 1000;
    font-size: 12px;
    color: #732B8F;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .jobs {
        padding: 60px 0 80px 0;
    }
}