.bt-contact {
  background: #4cc9a6;
  color: white;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.btn-contact-left:hover {
  background: transparent;
  color: #4cc9a6;
  border: 2px solid white;
}