.career-card-wraper {
    position: relative;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffffb8;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* display: none; */
}

.loader img {
    width: 100px;
}