 .highlight-card-line {
 display: inline-block; /* makes the line only as wide as the text */
 border-bottom: 4px solid #ffc52e; /* thicker yellow line */
 padding-bottom: 1rem; /* space between text and line */
 margin-bottom: 2rem; 
}