.orangeWeb3-heroTextEffect {  
  color: #F3791F !important;
  font-family: "Vermin Verile" !important;
  font-size: 72px !important;
  white-space: normal !important;
  line-height: normal !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0 !important;
} 
.orangeWeb3-blinkingCursor {
  user-select: none !important;
  animation: blink 1s steps(2, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .orangeWeb3-heroTextEffect {
    font-size: 32px !important;
  }
}
/* Additional styles for Safari */
.safari .orangeWeb3-heroTextEffect {
  /* Adjust as necessary for Safari */
}