@media (max-width: 767.98px){
    .hero-section .figure-holder{
        padding-bottom:460px;
        background-position:center calc(100% + 120px);
        background-size:300px auto
    }
}

@media (max-width: 575.98px){
    .hero-section .figure-holder{
        padding-bottom:420px;
        background-position: center calc(100% + 120px);
        background-size:300px auto
    }
}