/* Page-specific styles for the Introduction Page */
#page-intro-page .page-intro-header {
  text-align: center;
  padding: 4rem 0 2rem;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
}

#page-intro-page .page-intro-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #343a40;
  margin-bottom: 0.5rem;
}

#page-intro-page .page-intro-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  color: #6c757d;
  text-transform: uppercase;
}

#page-intro-page .page-intro-content {
  padding: 1rem 0;
  background-color: #ffffff;
  line-height: 1.8;
  font-size: 1.1rem;
  color: #495057;
}

#page-intro-page .page-intro-content p {
  margin-bottom: 1.5rem;
  text-indent: 2em;
}

#page-intro-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
