.btn-hover .tn-molecule {
  transition: background-color 0.3s ease !important;
}

.btn-hover:hover .tn-molecule {
  background-color: #b03743 !important;
}