.text-mail{
  color: #d99726 !important;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
}
.text-mail:hover{
  color: #d99726e6 !important;
  text-decoration: underline !important;
}