body::before {
  display: block;
  content: "";
  height: 60px;
}
body {
  font-family: "inter", sans-serif;
}
h1,
h2,
h3 {
  font-weight: 700;
}
p {
  font-weight: 400;
}
/* .image-wrapper {
  background: linear-gradient(to right, black 50%, white 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
} */

.initiative {
  /* background-color: rgb(6, 6, 190); */
  color: black;
  padding: 5px;
  font-weight: bolder;
  font-size: x-large;
}

.col {
  display: flex;
  justify-content: center;
}

.card {
  margin-top: 1rem;
  padding-bottom: 2rem;
}

.testimonials {
  /* border-top: 1px solid grey; */
  padding-top: 2rem;
}
#testimonial-title {
  display: block;
  text-decoration: underline;
}

.custom-spacing {
  word-spacing: 0.5rem;
}

.newsletter-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  color: #fff;
}
.newsletter-text {
  flex: 1;
  background-image: url(img/IMG-20250707-WA0007.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 30px;
  color: white;
  text-align: center;
  font-size: 10rem;
  font-size: bold;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  width: 250rem;
}

footer {
  color: #fff;
  /* text-align: center; */
}
/* .map-container {
  width: 100%;
  height: 300px;
  margin: 20px 0;
} */
.footer-content {
  margin-top: 10px;
}

/* body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #000;
} */

.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 300px;
  margin: 10px 20px;
}

.footer-section h3 {
  /* font-size: 20px;
  margin-bottom: 15px; */
  text-transform: uppercase;
}

.footer-section p,
.footer-section a,
.footer-section strong {
  color: #fff;
  /* font-size: 16px;
  text-decoration: none; */
  margin-bottom: 8px;
  display: block;
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
  }

  .footer-section {
    margin: 20px 0;
  }
}
