#fw-section-hero-0 {

a.button.button--primary.button--large.button--expand {
    background-color: white; /* White background */
    color: black; /* Black text */
    border: 0px solid black; /* Optional: black border for a defined look */
    text-decoration: none; /* Ensure no underline */
    padding: 16px 40px; /* Optional: Adjust padding for a better button look */
    font-weight: bold; /* Optional: Make the text bold */
    border-radius: Rounded corners; /* Optional: Rounded corners */
    display: inline-block; /* Ensure it behaves like a button */
}

a.button.button--primary.button--large.button--expand:hover {
    background-color: black; /* Black background on hover */
    color: white; /* White text on hover */
}

}