.tp-caption__title {
  font-size: 36px; /* Reduced font size */
  text-transform: none; /* Keeps text casing unchanged */
  line-height: 1.2; /* Balanced line spacing */
  font-weight: 600; /* Slightly lighter for a subtle look */
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* Reduced shadow intensity */
  padding: 0.4em 0.8em; /* Reduced padding for a cleaner fit */
  border-radius: 5px; /* Added slight rounding for elegance */
  background: rgba(255, 255, 255, 0.7); /* Semi-transparent background for readability */
  margin-top: 20px; /* Moves the text down */
  position: relative; /* Ensures the element can be moved */
}
