@media screen and (min-width:1280px) and (max-width:1535px){
    .explore img{
        bottom: 40px;
    }
}
@media screen and (min-width:1536px) and (max-width:1919px){
    .explore img{
        bottom: 70px;
    }
}


