@media screen and (max-width: 1023px) {
  .common-footer {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .common-footer {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
  .common-footer {
    padding-bottom: 0 !important;
  }
}
