.section-3-cariere {
    padding: 80px 0 50px;
}

.section-1-cariere {
    padding: 80px 0;
}

@media screen and (max-width:991px) {
    .section-3-cariere {
        padding: 40px 0 10px;
    }
    .section-1-cariere {
        padding: 40px 0;
    }
}

.section-2-cariere p strong {
    color: #171C26;
    font-family: "New Hero";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
}

.section-2-cariere h3 {
    color: #172440;
    font-family: "New Hero";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
}

.section-2-cariere .content-general-custom ul {
    list-style: none;
    padding-left: 30px;
}

.section-2-cariere .content-general-custom ul li {
    position: relative;
    margin: 10px 0;
}

.section-2-cariere .content-general-custom ul li::before {
    content: '';
    background: url('../assets/images/checkmark.svg') center center no-repeat;
    background-size: cover;
    ;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    top: 5px;
}

#myVideo {
    margin: 40px 0 0
}

.list-jobs {
    padding: 40px 0 0;
}

.box-job {
    padding: 30px 45px;
    background: rgba(246, 249, 252, 1);
    margin-bottom: 30px;
    /* height: 320px */
}

.title-job {
    color: #172440;
    font-family: "New Hero";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px;
}

.description-job {
    color: #171C26;
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    margin: 0 0 50px;
    min-height: 133px;
}

.cta-job {
    display: inline-block;
    width: 100%;
}

.cta-job a {
    color: #E60026;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
}

.cta-job a::after {
    content: '';
    background: #E60026;
    width: 24px;
    height: 2px;
    display: inline-block;
    margin-left: 10px;
    transform: translateX(0);
    transition: .25s all;
}

.box-job:hover {
    background: #172440;
    transition: .25s all;
}

.box-job:hover .cta-job a::after {
    background: #fff;
}

.box-job:hover * {
    color: #fff;
    transition: .25s all;
}

.cta-job a:hover {
    text-decoration: none;
}

.cta-job a:hover::after {
    transform: translateX(5px);
    transition: .25s all;
}

@media screen and (min-width:992px) {
    .list-jobs-wrapper .col-xs-12 {
        width: 100%
    }
    .list-jobs-wrapper::before,
    .list-jobs-wrapper::after {
        display: none;
    }
    .list-jobs-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
}