.hero-title-underline{
  position: relative;
  line-height: 1.2;
}
.hero-title-underline::after{
  content: "";
  position: absolute;
  inset-inline-start: 0;   
  inset-block-end: -8px;
  width: 72px;            
  height: 4px;
  background-color: #916627;
  border-radius: 2px;
}


/* White text box */
.explanation-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 2rem 1.5rem;
  margin-inline: auto;        
  line-height: 1.9;
  color: #132449;
  font-size: 1.05rem;
  font-weight: 400 !important;
}

.hero{
  color:#916627;
}