.gold-underline {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.gold-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #facc15;
  border-radius: 2px;
}
