.give-form .give-btn {
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    border-radius: 30px;
    border-top-left-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    box-shadow: 0px 15px 35px rgba(0,33,16,0.25);
    font-size: 18px;
}

.give-form {
    font-family: 'Poppins';
}