@charset "utf-8";

.position{
    min-width: 400px !important;
}

@media screen and (max-width:420px) {
    .career-img{
        max-height: 250px !important; 
    }

    .position{
        min-width: 300px !important;
    }
}