/* ====================== */
/* HOME SECTION */
/* ====================== */

#home .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  #home .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

#home .button {
  background: transparent;
  border: none;
  max-width: 100px;
  padding: 10px;
}

#home .button:hover {
  transform: scale(1.2);
}

#home .button:active {
  transform: scale(1);
}

@media only screen and (max-width: 991px) {
  #home h5,
  #home h2 {
    display: none;
  }

  #home .button {
    margin: 0;
  }
}
