.text-mail{
  color: #d99726 !important;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.text-mail:hover{
  color: #d99726e6 !important;
  text-decoration: underline !important;
}