body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color:  black
    
}

p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}

.hero img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.donate-container {
    background-color: #223965;
    color:  white;
    padding: 20px;
}

.donate-container h1 {
    font-family: sans-serif;
    font-size: 28px;
} 

.sponsorship h1{
    font-family: sans-serif;
    font-size: 28px;
} 

hr {
    border-width: 2px;
    color: black;
    padding-left: 40px;
}

.donate-container p {
    font-family: sans-serif;
    font-size: 14px;
    text-align: justify;
}

.donate-container hr {
    border-width: 2px;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
}

.donate-content {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}


.donate-text {
    padding-top: 100px;
    padding: 0;
    line-height: 1.2;
    padding-right: 20px;
    background-color: #223965;
}

.banking-text {
    padding: 20px;
    line-height: 1.2;
    background-color: #0E2248;
    width: 100%; /* Make the banking text take full width on smaller screens */
}

.banking-text ul {
    list-style-type: disc;
    padding-left: 0px;
}

.banking-text ul li {
    font-size: 14px;
    text-align: justify;
    padding-left: 0px;
}

.sponsorship {
    padding: 20px;
    background: #f4f4f4;
    margin: 0px;
}

.banking-text ul {
    list-style: none;
}

.sponsorship .level {
    background: white;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .donate-content {
    flex-direction: column; /* Stack content vertically on smaller screens */
  }
   h1 {
        font-size: 20px; /* Adjust the font size as needed */
        text-align: center;
        padding: 0;
    }
    h3 {
        font-size: 18px; /* Adjust the font size as needed */
        text-align: center;
        padding: 0;
    }
    p {
        font-family: sans-serif;
        font-size: 14px;
        
    }
    .donate-container p {
    font-family: sans-serif;
    font-size: 14px;
    text-align: justify;
    padding-right: 0px;
    padding-bottom: 25px;
}

    .donate-text {
    padding-top: 100px;
    padding: 0;
    line-height: 1.2;
    padding-right: 0px;
    background-color: #223965;
}
.donate-content {
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
      flex-direction: column; /* Stack content vertically on smaller screens */
}
.banking-text {
    padding: 3px;
    line-height: 1.2;
    background-color: #0E2248;
    width: 100%; /* Make the banking text take full width on smaller screens */
}
}