#fishhook-values {
  margin-bottom: 3em;
}
#fishhook-values h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 3rem;
  color: rgba(65, 64, 66, 0);
  font-weight: 900;
  letter-spacing: 9.25px;
  line-height: 96px;
  text-transform: uppercase;
  margin: 0;
}
@supports (-webkit-text-stroke: 2px white) {
  #fishhook-values h3 {
    -webkit-text-stroke: 2px rgba(65, 64, 66, 0.35);
    -webkit-text-fill-color: transparent;
  }
}
#fishhook-values ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#fishhook-values ul li {
  color: #5c5c60;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: 26px;
}
#fishhook-values ul li:first-child {
  margin-top: 0;
}
#fishhook-values ul li strong {
  display: block;
  font-family: p22-mackinac-pro, serif;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 6px 0;
}
