.heading-custom {
  position: relative;
  margin-bottom: 4rem;
}
.heading-custom h2{
  margin-top: 0;
}
.heading-custom.center {
  text-align: center;
}
.heading-custom::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: -22px;
  background-color: #b59054;
}
.heading-custom.center::after {
  left: 50%;
  transform: translateX(-50%);
}
.heading-custom h5,
.heading-custom .h5 {
  color: #8d97c4 !important;
}
.heading-custom.white h2{
  color: #fff;
}