/* body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  min-height: 100vh;
} */
.news-container {
  /* max-width: 900px;
  width: 100%; */
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.news-header {
  margin-bottom: 40px;
}
.news-header p {
  color: #5B338C;
  font-size: 2.2em;
  margin-bottom: 10px;
}
.news-header p {
  color: #555;
  font-size: 1.1em;
  line-height: 1.5;
}
.news-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  justify-items: center;
}
.news-card-2 {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.news-card-2 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.news-card-content {
  padding: 15px;
}
.news-card-content h3 {
  font-size: 1.1em;
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
}
.news-card-content .date {
  background-color: #e0e7eb;
  color: #555;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.85em;
  display: inline-block;
  margin-top: 5px;
}




.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 30px;
  padding: 8px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}

.pagination-item,
.pagination-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  margin: 0 4px;
  font-size: 16px;
  font-weight: 500;
  color: #5f6368;
  cursor: pointer;
}

.pagination-item.active {
  background-color: #7b4b9e;
  color: white;
  border-radius: 50%;
}



.separator-footer {
    border: 1px solid rgb(202, 202, 202);
    border-color: rgb(197, 197, 197);
    border-top: 1px solid #eeeeee;
    margin: 20px 0;
    height: 1px;
    width: 90%;
}

.footer-container-donation {
  display: flex;
  flex-direction: column; /* Arrange items in a column (vertical layout) */
  gap: 10px; /* Adjust the space between items */
  align-items: center;
  margin-top:0px;
}

.footer-donation {
  font-size: 14px;
  color: #888;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #fff;
  text-align: center;
}
