.give-btn, 
.give-btn-submit, 
.give-form-grid .give-btn,
.give-form-grid .give-btn-submit {
    font-family: 'Chivo', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    color: #EEEEEE !important;
    background: linear-gradient(100deg, #000C3E 50%, #FCD01D 50%) !important;
    border-radius: 30px !important;
    padding: 16px 32px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-transform: none !important;
    text-decoration: none !important;
}

.give-btn:hover, 
.give-btn-submit:hover, 
.give-form-grid .give-btn:hover,
.give-form-grid .give-btn-submit:hover {
    color: #EEEEEE !important;
    background: linear-gradient(100deg, #FCD01D 50%, #000C3EB5 50%) !important;
}
