
.section-title {
  color: #ba8a38;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
}
.highlight {
  color: #DEA62A;
  font-weight: 600;
}
a.btn-fca {
  background-color: #002b5c;
  color: #fff;
  border-radius: 5px;
  padding: 10px 18px;
  text-decoration: none;
  transition: background 0.3s;
}
a.btn-fca:hover {
  background-color: #001f3f;
  color: #DEA62A;
}
