@import '../../../styles/global';

.btns {
  max-width 983px;
  margin 0 auto;
  margin-top 50px;
  margin-bottom 50px;
  display flex;
  justify-content center;
  align-items center;
  .button {
    margin: 0 auto;
  }
}
