.hero__wrapper .img_promo{    
    width: 148px;
    height: 148px;
    position: absolute;
    right: 300px;
    top: 20px;
}
@media (max-width:928px) {
    .hero__wrapper .img_promo{    
    width: 120px;
    height: 120px;
    right: 230px;
    top: 0px;
}
}
@media (max-width:600px) {
    .hero__wrapper .img_promo{    
    width: 100px;
    height: 100px;
    right: 160px;
    top: 20px;
}
}
@media (max-width:479px) {
    .hero__wrapper .img_promo{    
    width: 90px;
    height: 90px;
    right: 80px;
    top: 0px;
}
}