#fw-section-header {

a {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;  /* This aligns text and icons vertically */
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
}

}