@media only screen and (max-width: 1024px) {
    .mob {
      display: none !important;
    }
    .sign-in {
      padding-right: 271px !important;

    }
    footer {
      width: 1200px;
    }
    .hidden-block {
      right: 251px;
  }
  }