#consultation > .wrap > .btns {
  justify-content: center;
  margin-top: 40px;
}

#consultation > .wrap > .btns .btn {
  max-width: 100%;
  justify-content: center;
  text-align: center;
}

@media (max-width: 800px) {
  #consultation > .wrap > .btns {
    margin-top: 32px;
  }
}
