.Fir-tune .bonus_games {
    position: absolute;
    z-index: 5;
    left: calc(50% - 229px);
    bottom: 95%;
}

.Fir-tune .bonus_games__info {
    margin: 0 auto;
}

.Fir-tune .bonus_games__info--desktop {
    width: 472px;
}

.Fir-tune .bonus_games__learn_more_button--desktop{
    display: block;
    width: 187px;
}

.Fir-tune .bonus_games__info--mobile,
.Fir-tune .bonus_games__learn_more_button--mobile {
    display: none;
}

.Fir-tune .bonus_games__learn_more_link {
    position: absolute;
    top: 95px;
    left: calc(50% - 92px);
    cursor: pointer;
}

@media (max-width: 750px) {
    .Fir-tune .bonus_games {
        top: -60px;
    }
}

@media (max-width: 550px) {
    .Fir-tune .bonus_games {
        top: -19px;
        left: calc(50% - 120px);
    }

    .Fir-tune .bonus_games__info--desktop,
    .Fir-tune .bonus_games__learn_more_button--desktop {
        display: block;
        margin: -34px -10px;
        width: 283px;
    }

    .Fir-tune .bonus_games__info--mobile,
    .Fir-tune .bonus_games__learn_more_button--mobile {
        display: block;
    }

    .Fir-tune .bonus_games__learn_more_link {
        top: 54px;
        left: calc(50% - 56px);
        width: 120px;
    }
}

