body {
    background: #FAF9F9;
}

.about-hero {
    background: #F5F3F3;
}



.career-section .container{
    max-width: 1100px;
}

.career-section img{
    border-radius: var(--primary-radius);
    height: 100%;
}

@media (max-width:992px){
    .career-section img{
        display: none;
    }

}