@media (max-width: 991px) {
  body {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 414px) {
  body {
    margin-bottom: 110px !important;
  }
}