.FooterImgRedux{
  width :90%;
}
@media (max-width: 991px){
.FooterImgRedux{
  width :60%;
  margin-bottom:-10%;
}
}

@media (max-width: 650px){
.FooterImgRedux{
  width :50%;
  margin-bottom:-10%;
}
}