.icon-cover-block {
  background-color: #dcbdb5; /* Soft cream */
  padding: 60px 20px;
  text-align: center;
}

.icon-cover-block .wp-block-image img {
  max-width: 80px;
  margin-bottom: 10px;
}

.home-no-underline a {
  text-decoration: none;
}

.home-no-underline a:hover {
  text-decoration: underline;
}

.custom-mission {
  background-color: #dcbdb5;
  padding: 60px 20px;
  text-align: center;
}
.custom-mission h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.custom-mission p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}
.custom-mission .wp-block-separator {
  background-color: rgba(255,255,255,0.6);
  height: 2px;
  width: 60px;
  margin: 20px auto;
}

.mission-font,
.mission-font h2,
.mission-font p {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

/* Background and general layout */
.mission-block {
  background-color: #dcbdb5;
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
}

/* Heading: elegant serif */
.mission-block h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 400;
}

/* Subtle divider line */
.mission-block h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.5);
}

/* Mission paragraph */
.mission-block p {
  font-family: 'Georgia', serif;
  font-size: 1.25rem;
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto;
}

.mission-block a {
  color: #000000 !important;
  text-decoration: none;
}

.custom-link-style a {
  color: #000000;            /* black text */
  text-decoration: none;     /* no underline */
}

.custom-link-style a:hover {
  color: #000000;            /* stays black on hover */
  text-decoration: none;     /* no underline on hover */
}

.overlay-text {
    position: relative;
}

.overlay-text p {
    position: absolute;
    top: 50%; /* Adjust based on where you want the text */
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Change text color */
    font-size: 24px; /* Adjust text size */
}