.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qa-list__slider {
  overflow: visible;
}

.qa-list__item {
  max-width: 547px;
}

.qa-list__link {
  padding: 20px 24px;
}

.qa-list__button {
  padding: 24px 22px;
}

@media (max-width: 833px) {
  .qa-list__item {
    max-width: 270px;
  }

  .qa-list__link {
    padding: 27px 24px;
  }

  .qa-list__button {
    padding: 15px 24px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
