.hero-banner {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 0;
}

.top-image {
  width: 100%;
  height: clamp(275px, 35vw, 650px);
  object-fit: cover;
  object-position: center 70%;
  display: block;
}

.mission-vision-image {
  /*background-image: url("../img/457fa987b9334cd741bff99b278b2b8e.jpg");*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.mission-vision-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/457fa987b9334cd741bff99b278b2b8e.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.20;
}

.mission-vision-image > * {
  position: relative;
  z-index: 1;
}

.statement-of-faith {
  background: #f8f9fa;
}

.faith-card {
  max-width: 900px;
  background: white;
  padding: 3rem;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.believe-list {
  padding-left: 4rem;
}

.believe-list li {
  margin-bottom: 1rem;
  line-height: 1.7;
  font-size: 1rem;
}

.faith-note {
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
  line-height: 1.7;
}
