.custom-home {
  padding-top: 20px;
}

/* Hero section */
.hero h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

.hero .lead {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}

/* Section spacing */
.info-section,
.mission-section {
  margin-top: 40px;
}

/* Headers */
h2 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* Lists */
ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
}

/* Mission grid */
.mission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.mission-item {
  background: #f5f5f5;
  padding: 15px;
  border-left: 4px solid #1f4e79; /* change to your brand colour */
  border-radius: 4px;
}

/* Contact links */
a {
  color: #1f4e79;
}

a:hover {
  text-decoration: underline;
}
