.content-inner {
    position: relative;
}

.content-inner:before {
    content: "";
    height: calc(100% - 25px);
    width: 0.15vw;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.job-heading {
    display: inline-block;
    border: 2px solid #fff;
    border-right: none;
    padding: 5px 15px;

}

.job-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    background: url(../images/flag1.svg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding-right: 20px;
    box-sizing: border-box;
}

.job-header {
    
    color: white;
    text-decoration: none;
    background: #506975;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;

    padding: 10px;
}
.job-header p {
    display: flex;

}

.job-description {
    background: #fff;
    /* float: left;
    width: 100%;
    height: 70%; */
    color: #506975;
}

.jobs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow:hidden;
}

.job-deadline {
    padding-top: 15px;
    text-align: left;
    position: relative;
    width: 100%;
    /* height: 20%; */

    display: flex;
}

.job-details {
    /* float: left; */
    width: 50%;
    /* height: 100%; */
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
.job-details p {
    font-weight: bold;
    font-size: 12px;
    margin: 5%;
}

.job-text {
    text-align: left;
    padding: 0 8%;
    /* height: 60%; */

    margin-top: 15px;

}

.job-info {
    background: #fff;
    color: #5a727d;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.job-info-item {
    width: 45%;
    margin: 10px 0;
    padding-left: 25px;
    font-size: 14px;
    position: relative;
}

.skills {
    margin-top: 15px;
    background: #fff;
    padding: 20px;
}

.skills-header {
    text-transform: uppercase;
    color: #5a727d;
}

.skills-item {
    color: #7cc041;
    border: 1px solid #7cc041;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 0 0;
    box-sizing: border-box;
}

.upload-inp {
    outline: none;
    position: relative;
    width: 45%;
}

.job-characteristics {
    margin-left: 10px;
    width: 60%;
}

.upload-inp::-webkit-file-upload-button {
    visibility: hidden;
}

.upload-inp:before {
    content: "UPLOAD RESUME";
    width: 100%;
    background: #5a727d;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
}

.career-form {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

#file-name {
    margin-top: 15px;
    color: #fff;
}

.upload-btn {
    background: #fff;
    border: none;
    outline: none;
    width: 45%;
    padding: 15px;
    font-size: 18px;
    color: #5a727d;
}

.skills-item.green {
    background: #7cc041;
    color: #fff;
}

.job-info-item:before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    background: #7cc041;
    left: 0;
    border-radius: 2px;
}

.job-box {
    position: relative;
    /* margin: 1vh 2vw 5vh 2vw; */
    /* float: left; */
    display: inline-block;
    /* width: 41%; */
    /* height: 50vh; */
    box-shadow: 1px 1px 3px 1px black;
    text-align: center;
    margin-bottom: 80px;
    margin-left: 20px;

    min-width: 375px;
    width: 45%;
}

.job-box:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #7cc041;
    display: block;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.job-box:after {
    content: "";
    position: absolute;
    height: 40px;
    display: inline-block;
    left: calc(-20px + 0.15vw/2);
    bottom: -60px;
    width: calc(50% + 20px);
    border-right: 0.15vw solid #fff;
    border-bottom: 0.15vw solid #fff;
    box-sizing: border-box;
}

.job-box:nth-child(2n):after {
    width: calc(100% + 20%);
    left: calc(-50% - 20% + 0.15vw/2);
}

.job-title {
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px;
    font-weight: normal;
}

.career-title-sm {
    text-transform: uppercase;
    color: #7cc041;
    font-size: 20px;
    margin-bottom: 10px;
}

.career-details {
    background: white;
    color: #2d2a2a;
    padding: 20px;
    box-shadow: 1px 1px 3px 1px black;
    line-height: 26px;
    width: 40%;
    /* display: inline-block; */
}

.career-block {
    font-size: 14px;
}

.career-block:last-child {
    margin-top: 20px;
}

.responsibilities {
    padding-left: 20px;
}

.career-content {
    margin-top: 15px;
    display: flex;
}


.job-text p {
    font-size: 18px;
    line-height: 25px;
    height: 125px;
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.view-box {
    width: 100%;
    text-align: right;
    padding-bottom: 15px;
    margin-top: 20px;
}

.view-more {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0px 6px 15px -8px #000;
    background: #7cc041;
    transition: 0.3s ease;

    padding: 8px 20px;
    display: inline-flex;
    margin-right: 20px;
}

.view-more:hover {
    box-shadow: 0px 6px 15px -4px #000;
}

@media (max-width: 1250px) {
    .job-box {
        max-width: 400px;
        width: auto;
        min-width: unset;
    }

    .job-title {
        font-size: 15px;
    }

    .job-text p {
        font-size: 14px;
        max-width: 100%;    
    }

    .job-box:nth-child(2n):after {
        left: calc(-20px + 0.15vw/2);
        width: calc(50% + 20px);
    }


    .job-heading {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
    .career-content {
        flex-direction: column;
    }


    .career-details, 
    .job-characteristics {
        width: 100%;
        box-sizing: border-box;
    }

    .job-characteristics {
        margin-left: 0;
        margin-top: 15px;
    }

}