.t1_donation-options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .t1_box {
    width: 200px;
    background: #eee;
    padding: 20px;
    text-align: center;
    cursor: pointer;
  }
  .t1_box-link {
    text-decoration: none;
    color: #000;
  }