.button button {
  background-color: var(--primary-color);
  border: 0;
  color: var(--white-color);
  padding: 8px 0;
  width: 222px;
}

/* .button button:hover {
  background-color: transparent;
  transition: 0.6s;
} */

@media (width <= 992px) {
  .button button {
    width: 100%;
  }
}
