@media(max-width: 991px){
    .hero::before{
        width: 100%;
        opacity: 0.25;
        mask-image: none;
    }
    .hero-right-text{
        display: none;
    }
    .hero h1{
        font-size: 2.4rem;
    }
    .careers-tags{
        display: none;
    }
}    
@media(max-width: 576px){
    .hero h1{
        font-size: 1.9rem;
    }
}