#fw-section-hero-0 {

a.button {
  background-color: #8cc63e !important;  /* Green background */
  color: #2d2d2d !important;  /* Dark grey text */
  padding: 12px 24px;  /* Adjusted padding for better button shape */
  border-radius: 100px !important;  /* Fully rounded button */
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  border: none;
  font-size: 16px;  /* Adjust if needed */
}
}