.under-Visible {
  display: inline-block; /* Keeps the word and image together */
  background-image: url('https://new-wp.peero.app/wp-content/uploads/2026/04/Vector.png');
  background-repeat: no-repeat;
  background-position: center bottom; /* Puts image under the word */
  background-size: 100% 120%; /* Adjust 40% to make the image taller or shorter */
  padding-bottom: 8px; /* Adds a little "breathing room" for the graphic */
}