.h-fix {
  margin-bottom:-3.5em;
}

.facenter {
  text-align: center;
  width: 100%;

}

/* Gold underline */

.gold-ul {
  position: relative;
  padding-bottom: 10px;
}
.gold-ul::after {
  position: absolute; 
  left: 0; 
  bottom: 0; 
  width: 100%; 
  height: 1px; 
  border-bottom: 7px solid #ffc627; 
  content: ""
}

/* Short gold underline */

.gold-ul-short::after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  display: block;
  background-color: #ffc627;
  margin-top: 1rem;
}

.rounded-image img {
  border-radius: 50%;
}