.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
}

.contact-buttons > a {
  flex: 1;
}