.donate-now-btn {
    background-color: #005191;
    width: 250px;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    transition: all .2s;
  }
   
  .donate-now-btn:hover {
    box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);
  }
