.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.button-wrapper button {
  padding: 10px 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}


@media screen and (max-width: 768px) {
  .button-wrapper .width-container{
    width: 100% !important;
  }
}
