.btn-store {
    color: #777777;
    min-width: 254px;
    margin: 0 10px 0 10px;
    padding: 12px 20px !important;
    border-color: #dddddd !important;
  }

  .btn-store:focus, 
  .btn-store:hover {
    color: #ffffff !important;
    background-color: #168eea;
    border-color: #168eea !important;
  }

  .btn-store .btn-label, 
  .btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
  }

  .btn-store .btn-caption {
    font-size: 24px;
  }

  .btn-store .fa-android {
    color: #3DDC84; /* Android green */
  }

  .btn-store .fa-apple {
    color: #000000; /* Apple black */
  }