.careers {
    background-color: #f3f3f3;
}

.careers-text {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.careers-parts {
    position: relative;
    display: flex;
    margin-top: 50px;
    justify-content: space-around;
}

.careers-parts .careers-part {
    padding: 0 15px;
    text-align: -webkit-center;
}

@media screen and (max-width:768px) {
    .careers-parts {
        flex-direction: column;
    }

    .careers-parts .careers-part {
        margin-bottom: 30px;
        max-width: none;
    }
}
