a.generic-lead-header-button{
     background-color: #f24d2e;
     padding: 14px 24px;
     width: 100%;
     font-size: 16px;
     text-align: center;
     text-decoration: none;
     border-radius: 5px;
     cursor: pointer;
     font-family: inherit;
     transition: .3s background-color;
     font-weight: 600;
     color: #FFFFFF;
 }
button.generic-lead-header-button{
    background-color: #f24d2e;
    padding: 14px 24px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    transition: .3s background-color;
    font-weight: 600;
    color: #FFFFFF;
}
a.generic-lead-header-button:hover{
    background-color: #d92e0d;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 480px) {
    a.generic-lead-header-button{
        padding: 14px 12px;

    }

    button.generic-lead-header-button{
        font-size: 12px;
    }
}
