@media only screen and (max-width: 1240px) {
  .wis-footer-content-other {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .wis-bottom {
    padding-bottom: 30px;
  }
  .wis-footer-content-other {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .wis-bottom {
    padding-bottom: 30px;
  }
}