.careers-at-concretize-section {
    background-color: var(--light-gray);
    padding: 120px 0;
    margin: 0;
}

.careers-at-concretize-section .column-left {
    width: 43.75%;
}

.careers-at-concretize-section .column-right {
    width: 46.75%;
}
.careers-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    justify-content: space-between;
    margin-top: 60px;
}

.careers-list .careers-item {
    width: calc(50% - 15px);
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.6s;
}
.careers-list .careers-item:hover{
    transform: translateY(-10px);
}

.careers-list .careers-item span {
    display: block;
    padding: 0  0 0 30px;
    /* border-bottom: 1px solid #d2d2d2; */
    color: var(--black);
    font-size: 18px;
    line-height: 24px;
    position: relative;
    background-image: url(../images/yellow-check.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left;
}
.careers-at-concretize-section a.btn {
    margin-top: 60px;
}
.careers-at-concretize-section .column-right .img-wraper {
    position: relative;
    padding-bottom: 107.25%;
}

.careers-at-concretize-section .column-right .img-wraper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width:1399px){
    .careers-at-concretize-section {
        padding: 100px 0;
    }
}
@media only screen and (max-width:1199px){
    .careers-at-concretize-section {
        padding: 80px 0;
    }
    .careers-list .careers-item span {
        font-size: 16px;
        line-height: 20px;
    }
    .careers-at-concretize-section .column-left {
        width: 48%;
    }
    .careers-at-concretize-section .column-right {
        width: 48%;
    }
}
@media only screen and (max-width:991px){
    .careers-at-concretize-section {
        padding: 60px 0;
    }
    .careers-at-concretize-section .column-right {
        width: 100%;
        margin-top: 40px;
    }
    .careers-at-concretize-section .column-left {
        width: 100%;
    }
    .careers-at-concretize-section a.btn {
        margin-top: 40px;
    }
    .careers-list {
        margin-top: 40px;
    }
}
@media only screen and (max-width:767px){
    .careers-at-concretize-section {
        padding: 40px 0;
    }
    .careers-list .careers-item {
        width: 100%;
    }
}