.careers-image {
    border: 2px solid white;
    height: 230px;
    width: 230px;
    filter: invert(100%) grayscale(100%);
}

.app-icon {
    height: 75px;
}

@media screen and (max-width: 768px) {

    .careers-image {
        display: none;
    }
}