.entrepreneur__hero{
    background-image: url('../../images/ilustration/penerbit-hero.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 90%
}

/* > tablet to high */
@media (min-width: 768px) {
    .entrepreneur__hero{
        /* background-size: 100%; */
    background-position-y: 95%
    }    
}

/* desktop to high */
@media (min-width: 1024px) {
    .entrepreneur__hero{
        background-size: 60%;
        background-position-y: center;
        background-position-x: right;
    }    
}