/* buttons responsive */

@media only screen and (max-width: 991px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 16px;
  }

  .btn-lg {
    padding: 0 80px;
    height: 55px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-lg {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 480px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 14px;
  }

  .btn-lg {
    padding: 0 45px;
    height: 52px;
    line-height: 52px;
  }
}
