.heading-container {
    margin-bottom: 120px;
}
.hiring h1{
    margin-top: 0;
}
.values-wrap {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}

.left-values-text {
    padding-left: 72px;
}

.values-text ul li:not(:last-child) {
    margin-bottom: 50px;
}

.values-text .h4 {
    font-weight: 600;
    margin-bottom: 30px;
}

.values-wrap .row+.row {
    margin-top: 80px;
}
@media(max-width:1400px){
    .values-wrap{
        padding-inline:0;
    }
}
@media(max-width:1199px) {
    .values-text ul li:not(:last-child) {
        margin-bottom: 30px;
    }

    .values-text .h4 {
        margin-bottom: 20px;
    }

    .heading-container {
        margin-bottom: 80px;
    }
}

@media(max-width:991px) {
    .left-values-text {
        padding-left: 0px;
    }

    .heading-container {
        margin-bottom: 60px;
    }

    .values-wrap .row+.row {
        margin-top: 60px;
    }

    .values-image img {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .heading-container {
        margin-bottom: 40px;
    }

    .values-wrap .row+.row {
        margin-top: 40px;
    }
}