/* General Styling */
body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h2 {
  font-family: 'Merriweather', serif;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Section Styling*/
.split-section {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 80px 20px;
  text-align: center;
}

.split-content {
  max-width: 900px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Color Scheme */
.who-we-are {
  background-color: #3e2723; /* Dirt */
  color: white;
}

.our-mission {
  background-color: #6B4F31; /* Coyote */
  color: white;
}

.our-philosophy {
  background-color: #A28B6A; /* Dessert */
  color: white;
}

.why-choose {
  background-color: #faf8f2ff; /* Offwhite */
  color: #2d3748;
}

/* Adjust text colors for contrast */
.why-choose h2 {
  color: #6B4F31;
}

.why-choose p {
  color: #6B4F31;
}
