.left-contact {
    max-width: 540px;
}
.left-contact a {
    color: rgba(33, 64, 154, 1);
    font-weight: 600;
}
.left-contact a:hover {
    color: #C31F27;
}
.career-section {
    padding-bottom: 100px;
}

@media(max-width:1651px){
    .career-section {
        padding-bottom: 80px;
    }
}
@media(max-width:1365px){
    .career-section {
        padding-bottom: 60px;
    }
}
@media(max-width:991px){
    .career-section {
        padding-bottom: 50px;
    }
    .left-contact {
        margin-bottom: 25px; 
		max-width: 100%;
    }
}
@media(max-width:575px){
    .career-section {
        padding-bottom: 40px;
    }
}