.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.contact-button {
  background: #fff;
  color: #07375b;
}

.text-button {
  border: 1px solid rgba(255, 255, 255, .7);
  color: #fff;
}
