@media (max-width: 767.98px) {
  body {
    background-color: #fff;
  }

  .page-wrapper.full-page .page-content {
    min-height: calc(100vh - 60px - 50px);
  }

  .bg-footer {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -200px;
  }

  .card {
    border: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
  }
}
