.career .about-hero-container {
    padding-top: 5rem;
    padding-bottom: 16.625rem;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.career .init-heading {
    padding-left: 9rem;
    padding-right: 9rem;
}



.career .career-bg-text {
    position: absolute;
    bottom: -5rem;
    right: 4.5rem;
    transform: rotate(90deg) translateY(50%);
    transform-origin: bottom right;
    -webkit-text-stroke-width: 1.44px;
    -webkit-text-stroke-color: rgba(7, 109, 242, 0.20);
    font-size: 9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 129.703px;
    letter-spacing: -1.572px;
    color: transparent;
    white-space: nowrap;
    z-index: -1;
}

.available-career {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.available-career-text {
    transform-origin: bottom right;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(7, 109, 242, 0.20);
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 129.703px;
    letter-spacing: -1.572px;
    color: rgb(251, 250, 251);
    z-index: -1;
}

@media (max-width: 1200px) {

}

@media (max-width: 1130px) {
    
}

@media (max-width: 1100px) {
    
}

@media (max-width: 1024px) {
    
}

@media (max-width: 950px) {
    
}

@media (max-width: 900px) {
    
}

@media (max-width: 800px) {
    
}
@media (max-width: 768px) {
    .career .init-heading {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .career .about-hero-container {
        padding-top: 14rem;
    }
}
@media (max-width: 648px) {
    
}
@media (max-width: 480px) {
    
    .career .init-heading {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .career .about-hero-container {
        padding-bottom: 11.625rem;
    }

    .available-career-text {
        font-size: 4rem;
        line-height: 56.703px;
    }
}
