.leomaxClub__wrap{
    background-image: url(../img/1920/Group.png);
    background-position: center right 90px;
    background-repeat: no-repeat;

}
@media screen and (max-width: 1199px){
    .leomaxClub__wrap{
        background-image: url(../img/1200/Group.png);
        background-position: center right 86px;
    }
}
@media screen and (max-width: 991px){
    .leomaxClub__wrap{
        background-image: url(../img/992/Group.png);
        background-position: center right 30px;
    }
}
@media screen and (max-width: 767px){
    .leomaxClub__wrap{
        background-image: url(../img/768/Group.png);
        background-position: center right;
    }
}
@media screen and (max-width: 575px){
    .leomaxClub__wrap{
        background-position: center top 13px;
        background-image: url(../img/576/Group.png);
    }
}


