.careers{
    height: 40vh;
    width: 60vw;
    margin-top: 15vh;
    margin-right: auto;
    margin-left: auto
}

.careers p{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5vh;
}

.sub-section p{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    margin-left: 5vw;
}

@media(max-width: 768px) {
    .careers{
        width: 75vw;
        margin-bottom: 35vh;
    }
}