.footer-wrapper {
  background: #1A1D2B;
  box-shadow: 0 1px 3px 0 #1A1D2B;
  .fix-size {
    padding: 86px 0 50px;
    .text-center {
      text-align: center;
    }
    .text-left {
      display: inline-block;
      text-align: left;
    }
    h3 {
      margin-bottom: 15px;
      color: @bixi-white !important;
      font-size: 16px;
    }
    a {
      display: block;
      padding: 5px 0;
      color: @bixi-white !important;
      font-size: 14px;
      .darker {
        color: darken(@white, 60%);
      }
    }
  }
}

@media (max-width: @screen-mobile-width) {
  .footer-wrapper {
    .fix-size {
      width: 100% !important;
      padding: 20px 0 !important;
      .link {
        width: 100px;
      }
      h3 {
        margin: 10px 0 !important;
      }
      .link a {
        text-indent: 0.5em;
      }
    }
  }
}
